Message264011
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. |
|
Date |
User |
Action |
Args |
2016-04-22 13:43:53 | martin.panter | set | recipients:
+ martin.panter, orsenthil, frispete |
2016-04-22 13:43:52 | martin.panter | set | messageid: <1461332632.97.0.0328210213748.issue26804@psf.upfronthosting.co.za> |
2016-04-22 13:43:52 | martin.panter | link | issue26804 messages |
2016-04-22 13:43:52 | martin.panter | create | |
|