[issue29533] urllib2 works slowly with proxy on windows

Marc Schlaich report at bugs.python.org
Thu Apr 20 09:08:10 EDT 2017


Marc Schlaich added the comment:

Well, you can read the proxy settings from registry and write them to os.environ (no_proxy needs to be transformed as it has a different format).

This will only take effect for the current process.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29533>
_______________________________________


More information about the Python-bugs-list mailing list