commit | f0588583475fed46adac06dce59d82f7f34ca966 | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Tue Feb 15 15:26:11 2005 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Tue Feb 15 15:26:11 2005 +0000 |
tree | e72806a86730e1b4e4e59791881d2a736cef2b9f | |
parent | a1fb4c891f84989345b0967236954da1c6a94f34 [diff] |
Test that SystemExits are handled properly by the exit machinery. I broke the "raise SystemExit(46)" case when doing new-style exceptions, but I'd much rather have found out here than in test_tempfile (growl).