| commit | 8bd24fe9ff1c4d5dd3929465fc208b1375c32981 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Mon Aug 20 23:02:28 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Aug 20 23:02:28 2012 +1000 |
| tree | d9a69112450f0b01c7062a92ea87618e4af386a5 | |
| parent | c0c03be53e15cd2e724808d83031d939da8fa57b [diff] [blame] |
Issue #12643: Respect sys.excepthook in code.InteractiveConsole
diff --git a/Misc/NEWS b/Misc/NEWS index fe68536..32f79fc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,9 @@ 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)