diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 13:02:28 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 13:02:28 (GMT) |
commit | 8bd24fe9ff1c4d5dd3929465fc208b1375c32981 (patch) | |
tree | d9a69112450f0b01c7062a92ea87618e4af386a5 /Lib/test/test_sundry.py | |
parent | c0c03be53e15cd2e724808d83031d939da8fa57b (diff) | |
download | cpython-8bd24fe9ff1c4d5dd3929465fc208b1375c32981.zip cpython-8bd24fe9ff1c4d5dd3929465fc208b1375c32981.tar.gz cpython-8bd24fe9ff1c4d5dd3929465fc208b1375c32981.tar.bz2 |
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 07802d6..fcccdf7 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -9,7 +9,6 @@ class TestUntestedModules(unittest.TestCase): with support.check_warnings(quiet=True): import bdb import cgitb - import code import distutils.bcppcompiler import distutils.ccompiler |