[issue26864] urllib.request no_proxy check differs from curl

Martin Panter report at bugs.python.org
Tue Apr 26 23:53:48 EDT 2016


Martin Panter added the comment:

I think this patch looks okay. It fixes the case insensitivity problem, but there is also the string suffix problem (see the myexample.com demo). I think it is reasonable for example.com to match my.example.com, but not myexample.com.

----------
stage:  -> patch review
versions:  -Python 3.2, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list