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 jaraco
Recipients Arfrever, docs@python, jaraco, orsenthil, petri.lehtinen, pitrou, python-dev
Date 2011-12-04.04:18:06
SpamBayes Score 1.4922297e-05
Marked as misclassified No
Message-id <1322972287.36.0.74514819901.issue13211@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, I think Arfrever is on to something here. It does appear the new test added to test_urllib2 is failing, but for reasons I don't exactly understand. I'm initializing the HTTPError instance according to its signature in urllib.error, but it fails to accept keyword arguments.

I guess for the sake of this test, I can pass positional arguments, though this added limitation should probably be addressed in #12555.
History
Date User Action Args
2011-12-04 04:18:07jaracosetrecipients: + jaraco, orsenthil, pitrou, Arfrever, docs@python, python-dev, petri.lehtinen
2011-12-04 04:18:07jaracosetmessageid: <1322972287.36.0.74514819901.issue13211@psf.upfronthosting.co.za>
2011-12-04 04:18:06jaracolinkissue13211 messages
2011-12-04 04:18:06jaracocreate