This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients frispete, martin.panter, orsenthil
Date 2016-04-22.13:43:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461332632.97.0.0328210213748.issue26804@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-22 13:43:53martin.pantersetrecipients: + martin.panter, orsenthil, frispete
2016-04-22 13:43:52martin.pantersetmessageid: <1461332632.97.0.0328210213748.issue26804@psf.upfronthosting.co.za>
2016-04-22 13:43:52martin.panterlinkissue26804 messages
2016-04-22 13:43:52martin.pantercreate