[issue26864] urllib.request no_proxy check differs from curl

Xiang Zhang report at bugs.python.org
Wed Apr 27 02:14:28 EDT 2016


Xiang Zhang added the comment:

I update the patch to use regular expression to handle both case and suffix. This regular expression has the function of curl's check_noproxy. And I think a separate test case is better here.

----------
Added file: http://bugs.python.org/file42624/issue26864_v3.patch

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


More information about the Python-bugs-list mailing list