Martin Panter added the comment:

I found two bugs; see the comments.

In Python 2, it looks like the proxy_bypass_etc() functions are defined in 
urllib and imported into urllib2, so it makes sense to include the tests in 
test_urllib rather than test_urllib2.

Technically I think proxy_bypass_environment() is meant to be an internal 
function, but it is safer to keep the changes to in minimal for bug fixes. So I 
think the optional proxies parameter should be okay.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26804>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to