mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue23806 - Document the no_proxy environment variable in Python 3 docs.
This commit is contained in:
parent
1046d5c653
commit
21ce717eaf
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue