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 facundobatista
Recipients facundobatista
Date 2015-04-08.11:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428493453.93.0.931112960505.issue23887@psf.upfronthosting.co.za>
In-reply-to
Content
I normally print(repr()) the exception I got, for debugging purposes. I use repr() because for builtin exceptions, str() will print only the message, and not the exception type.

But for HTTPError, the repr() of it is "HTTPError()", without further explanation...
History
Date User Action Args
2015-04-08 11:44:14facundobatistasetrecipients: + facundobatista
2015-04-08 11:44:13facundobatistasetmessageid: <1428493453.93.0.931112960505.issue23887@psf.upfronthosting.co.za>
2015-04-08 11:44:13facundobatistalinkissue23887 messages
2015-04-08 11:44:13facundobatistacreate