[issue29533] urllib2 works slowly with proxy on windows

Julia Dolgova report at bugs.python.org
Thu Feb 23 01:21:02 EST 2017


Julia Dolgova added the comment:

I added variable smart_proxy_bypass into request module. If it's False then checking IP and FQDN of the host is skipped in proxy_bypass_registry function. 

I set the default value to False, because I think it's better when the behaviour of urllib corresponds to IE rather than previous versions of urllib. This will affect only NT-systems.

----------
Added file: http://bugs.python.org/file46661/request.patch

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


More information about the Python-bugs-list mailing list