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 r.david.murray
Recipients Todd.Rovito, ezio.melotti, ncoghlan, ned.deily, r.david.murray, terry.reedy
Date 2013-06-17.02:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371434569.4.0.453379957566.issue18103@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, actually I do know why that is.  It is because requires is called from test_main in test_urllibnet, which unittest bypasses.  So if you are calling it in particular tests, then I presume that will be an issue for the unittest case.
History
Date User Action Args
2013-06-17 02:02:49r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, ned.deily, ezio.melotti, Todd.Rovito
2013-06-17 02:02:49r.david.murraysetmessageid: <1371434569.4.0.453379957566.issue18103@psf.upfronthosting.co.za>
2013-06-17 02:02:49r.david.murraylinkissue18103 messages
2013-06-17 02:02:49r.david.murraycreate