Message240262
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... |
|
Date |
User |
Action |
Args |
2015-04-08 11:44:14 | facundobatista | set | recipients:
+ facundobatista |
2015-04-08 11:44:13 | facundobatista | set | messageid: <1428493453.93.0.931112960505.issue23887@psf.upfronthosting.co.za> |
2015-04-08 11:44:13 | facundobatista | link | issue23887 messages |
2015-04-08 11:44:13 | facundobatista | create | |
|