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 frispete
Recipients frispete, martin.panter, orsenthil
Date 2016-04-24.16:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461516211.58.0.515334951892.issue26804@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

The tests are in test_urllib. test_urllib2 is testing proxy behaviour on a higher level, so I think, they're in the correct module, aren't they?
History
Date User Action Args
2016-04-24 16:43:31frispetesetrecipients: + frispete, orsenthil, martin.panter
2016-04-24 16:43:31frispetesetmessageid: <1461516211.58.0.515334951892.issue26804@psf.upfronthosting.co.za>
2016-04-24 16:43:31frispetelinkissue26804 messages
2016-04-24 16:43:31frispetecreate