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 jaysinh.shukla, martin.panter
Date 2017-03-12.22:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489357967.78.0.336863380753.issue29799@psf.upfronthosting.co.za>
In-reply-to
Content
I think the RequestTests class really belongs in test_urllib2, which already has a RequestHdrsTests class testing these APIs.

BTW test_urllib.py (no 2) is mainly for testing the stuff that came from Python 2’s “urllib” module, but the Request class is in “urllib2” instead.
History
Date User Action Args
2017-03-12 22:32:47martin.pantersetrecipients: + martin.panter, jaysinh.shukla
2017-03-12 22:32:47martin.pantersetmessageid: <1489357967.78.0.336863380753.issue29799@psf.upfronthosting.co.za>
2017-03-12 22:32:47martin.panterlinkissue29799 messages
2017-03-12 22:32:47martin.pantercreate