Message213212
Thanks for your reaction.
The object is not printable, since I was debugging an __init__ of an object, and some fields where being initialized:
class foo:
def __init__(self):
foo.bar = "hello"
def repr(self): return foo.bar
I tried to make a useable patch file (with neater layout and using Exeption), see attach. |
|
| Date |
User |
Action |
Args |
| 2014-03-12 07:58:49 | jneb | set | recipients:
+ jneb, r.david.murray |
| 2014-03-12 07:58:49 | jneb | set | messageid: <1394611129.01.0.638422599563.issue20853@psf.upfronthosting.co.za> |
| 2014-03-12 07:58:48 | jneb | link | issue20853 messages |
| 2014-03-12 07:58:48 | jneb | create | |
|