]> granicus.if.org Git - python/commit
Change raw "except:" constructs to pass on KeyboardInterrupt.
authorTim Peters <tim.peters@gmail.com>
Wed, 20 Mar 2002 19:32:03 +0000 (19:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 20 Mar 2002 19:32:03 +0000 (19:32 +0000)
commitbcc2c125f832dce5ec7f29f3e363e3769673713d
treeb183809659297a25b5020879e3e265c61e3da3ab
parent1abca4a5151c4685c035e836895c0b98d0f7d0f3
Change raw "except:" constructs to pass on KeyboardInterrupt.

Bugfix candidate?  Don't know -- never bothered me, but it's minor
either way.
Lib/doctest.py