Message242196
I'm not sure why this is so surprising. parse_args in __exit__ raises a SystmExit, which the Python interpreter takes to mean the program is responsibly exiting. I don't think any other behavior would be reasonable. e.g. sys.exit() in an except clause shouldn't cause the exception to be printed. |
|
| Date |
User |
Action |
Args |
| 2015-04-28 18:29:16 | benjamin.peterson | set | recipients:
+ benjamin.peterson, invisibleroads |
| 2015-04-28 18:29:16 | benjamin.peterson | set | messageid: <1430245756.06.0.641920009712.issue24070@psf.upfronthosting.co.za> |
| 2015-04-28 18:29:15 | benjamin.peterson | link | issue24070 messages |
| 2015-04-28 18:29:15 | benjamin.peterson | create | |
|