Browse Source

merge 3.5

Document no_proxy environment variable in python 3.x #issue23806
pull/9921/head
Senthil Kumaran 10 years ago
parent
commit
3973d27702
  1. 5
      Doc/library/urllib.request.rst

5
Doc/library/urllib.request.rst

@ -269,6 +269,11 @@ The following classes are provided:
To disable autodetected proxy pass an empty dictionary.
The :envvar:`no_proxy` environment variable can be used to specify hosts
which shouldn't be reached via proxy; if set, it should be a comma-separated
list of hostname suffixes, optionally with ``:port`` appended, for example
``cern.ch,ncsa.uiuc.edu,some.host:8080``.
.. class:: HTTPPasswordMgr()

Loading…
Cancel
Save