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: <[email protected]> |
| 2012-10-05 13:03:11 | pitrou | link | issue15528 messages |
| 2012-10-05 13:03:11 | pitrou | create | |
|