]> granicus.if.org Git - python/commit
Test that SystemExits are handled properly by the exit machinery. I
authorMichael W. Hudson <mwh@python.net>
Tue, 15 Feb 2005 15:26:11 +0000 (15:26 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 15 Feb 2005 15:26:11 +0000 (15:26 +0000)
commitf0588583475fed46adac06dce59d82f7f34ca966
treee72806a86730e1b4e4e59791881d2a736cef2b9f
parenta1fb4c891f84989345b0967236954da1c6a94f34
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).
Lib/test/test_sys.py