[issue29533] urllib2 works slowly with proxy on windows

Steve Dower report at bugs.python.org
Sun Feb 19 09:30:53 EST 2017


Steve Dower added the comment:

My guess is that IE is implemented using lower level APIs and it can choose whether to bypass based on its own list. There's no reason for any other software to take its settings into account.

That said, it would be great if urllib can avoid adding long delays, at least more than once. I'm personally not sure how best to do that though.

----------

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


More information about the Python-bugs-list mailing list