]> granicus.if.org Git - python/commit
When a KeyboardInterrupt is caught, just use the "raise" syntax to
authorFred Drake <fdrake@acm.org>
Fri, 18 Aug 2000 16:04:05 +0000 (16:04 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 Aug 2000 16:04:05 +0000 (16:04 +0000)
commitfe5c22a85e6740012143cdbdc384bd2ebc788c27
tree91dab73f9fd828dc10dc5d007ce606dc67686e73
parent7b4fc17c6d6f6ee802ca909ee646eaedeee8e2ac
When a KeyboardInterrupt is caught, just use the "raise" syntax to
re-raise it instead of re-raising it "manually" the ugly way.
Lib/test/regrtest.py