[issue12480] urllib2 doesn't use proxy (fieddler2), configed the proxy with ProxyHandler

Irit Katriel report at bugs.python.org
Fri May 28 10:09:16 EDT 2021


Irit Katriel <iritkatriel at yahoo.com> added the comment:

I think the problem is still there:

https://github.com/python/cpython/blame/bb3e0c240bc60fe08d332ff5955d54197f79751c/Lib/urllib/request.py#L2746

if proxyOverride ends with a ';' then the last "" is considered a match for any val in host.

----------
components:  -Extension Modules
nosy: +iritkatriel, paul.moore, steve.dower, tim.golden, zach.ware
type:  -> behavior
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue12480>
_______________________________________


More information about the Python-bugs-list mailing list