Message212760
Why is the object not printable? Can you provide a reproducer?
Also, the bare except is buggy, it would catch things like KeyboardInterrupt that should not be caught there. 'except Exception' would be appropriate in this case. |
|
| Date |
User |
Action |
Args |
| 2014-03-05 12:53:57 | r.david.murray | set | recipients:
+ r.david.murray, jneb |
| 2014-03-05 12:53:57 | r.david.murray | set | messageid: <1394024037.17.0.363896434542.issue20853@psf.upfronthosting.co.za> |
| 2014-03-05 12:53:57 | r.david.murray | link | issue20853 messages |
| 2014-03-05 12:53:56 | r.david.murray | create | |
|