Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da28494 + 21ce717 commit 3973d27Copy full SHA for 3973d27
1 file changed
Doc/library/urllib.request.rst
@@ -269,6 +269,11 @@ The following classes are provided:
269
270
To disable autodetected proxy pass an empty dictionary.
271
272
+ The :envvar:`no_proxy` environment variable can be used to specify hosts
273
+ which shouldn't be reached via proxy; if set, it should be a comma-separated
274
+ list of hostname suffixes, optionally with ``:port`` appended, for example
275
+ ``cern.ch,ncsa.uiuc.edu,some.host:8080``.
276
+
277
278
.. class:: HTTPPasswordMgr()
279
0 commit comments