summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-08-20 13:02:28 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-08-20 13:02:28 (GMT)
commit8bd24fe9ff1c4d5dd3929465fc208b1375c32981 (patch)
treed9a69112450f0b01c7062a92ea87618e4af386a5 /Misc
parentc0c03be53e15cd2e724808d83031d939da8fa57b (diff)
downloadcpython-8bd24fe9ff1c4d5dd3929465fc208b1375c32981.zip
cpython-8bd24fe9ff1c4d5dd3929465fc208b1375c32981.tar.gz
cpython-8bd24fe9ff1c4d5dd3929465fc208b1375c32981.tar.bz2
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b412fa1..753f370 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -487,6 +487,7 @@ Fredrik Håård
Catalin Iacob
Mihai Ibanescu
Ali Ikinci
+Aaron Iles
Lars Immisch
Bobby Impollonia
Meador Inge
diff --git a/Misc/NEWS b/Misc/NEWS
index fe68536..32f79fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
Library
-------
+- Issue #12643: code.InteractiveConsole now respects sys.excepthook when
+ displaying exceptions (Patch by Aaron Iles)
+
- Issue #13579: string.Formatter now understands the 'a' conversion specifier.
- Issue #15595: Fix subprocess.Popen(universal_newlines=True)