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 orsenthil
Recipients chris.jerdonek, ezio.melotti, ncoghlan, orsenthil
Date 2012-10-22.00:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350867334.13.0.417974324048.issue16250@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixed these URLError wrong invocation issue and adds some tests for testing those it. 

I noticed that some of these were in the dead-end of the code, like checking if url is not a str (it is always, unwrap makes it a str if otherwise). Those will have to be cleaned and I shall do it next.
History
Date User Action Args
2012-10-22 00:55:34orsenthilsetrecipients: + orsenthil, ncoghlan, ezio.melotti, chris.jerdonek
2012-10-22 00:55:34orsenthilsetmessageid: <1350867334.13.0.417974324048.issue16250@psf.upfronthosting.co.za>
2012-10-22 00:55:34orsenthillinkissue16250 messages
2012-10-22 00:55:33orsenthilcreate