]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 20 Aug 2012 13:02:28 +0000 (23:02 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 20 Aug 2012 13:02:28 +0000 (23:02 +1000)
commit8bd24fe9ff1c4d5dd3929465fc208b1375c32981
treed9a69112450f0b01c7062a92ea87618e4af386a5
parentc0c03be53e15cd2e724808d83031d939da8fa57b
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Lib/code.py
Lib/test/test_code_module.py [new file with mode: 0644]
Lib/test/test_sundry.py
Misc/ACKS
Misc/NEWS