Kaydet (Commit) c994186d authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fixing issue5475 : urllib2.getproxies not documented

üst 99bf01b4
......@@ -265,6 +265,15 @@ Utility functions
to decode *path*.
.. function:: getproxies()
This helper function returns a dictionary of scheme to proxy server URL
mappings. It scans the environment for variables named ``<scheme>_proxy``
for all operating systems first, and when it cannot find it, looks for proxy
information from Mac OSX System Configuration for Mac OS X and Windows
Systems Registry for Windows.
URL Opener objects
------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment