Message172077
In:
+ except:
+ sys.excepthook(*sys.exc_info())
I would write "except Exception" instead. You don't want to trap e.g. KeyboardInterrupt.
For clarity, I would also add "_dirty = False" at the finalize top-level.
Otherwise, looks fine to me. |
|
Date |
User |
Action |
Args |
2012-10-05 13:03:11 | pitrou | set | recipients:
+ pitrou, jcea, asvetlov, sbt, serhiy.storchaka |
2012-10-05 13:03:11 | pitrou | set | messageid: <1349442191.77.0.617143853223.issue15528@psf.upfronthosting.co.za> |
2012-10-05 13:03:11 | pitrou | link | issue15528 messages |
2012-10-05 13:03:11 | pitrou | create | |
|