Fix a block in Script/Main.py that could swallow KeyboardInterrupt
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 5 Oct 2008 13:42:01 +0000 (13:42 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 5 Oct 2008 13:42:01 +0000 (13:42 +0000)
commit06ba202285adedff28955adf56b52cdc4cc1591a
tree37673009efc7e338128252b3b249bb18fe40652c
parent815a81bb5f9248f3de5c93528f88fc1e21cf8982
Fix a block in Script/Main.py that could swallow KeyboardInterrupt
exceptions.  Fix the script that analyzes our try:-except: block so it
recognizes that "except Exception, e:" is equivalent to "except:".

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3552 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Script/Main.py
src/test_interrupts.py