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.
1 parent b9ab037 commit f961505Copy full SHA for f961505
Lib/urllib/request.py
@@ -2492,6 +2492,7 @@ def real_close(self):
2492
# Proxy handling
2493
def getproxies_environment():
2494
"""Return a dictionary of scheme -> proxy server URL mappings.
2495
+
2496
Scan the environment for variables named <scheme>_proxy;
2497
this seems to be the standard convention. If you need a
2498
different way, you can pass a proxies dictionary to the
0 commit comments