From: Serhiy Storchaka Date: Wed, 9 Jan 2013 10:26:54 +0000 (+0200) Subject: Issue #16491: IDLE now prints chained exception tracebacks. X-Git-Tag: v3.4.0a1~1672 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df558cb3b1f6e766e17a203856fb38eae1d3a366;p=python Issue #16491: IDLE now prints chained exception tracebacks. --- df558cb3b1f6e766e17a203856fb38eae1d3a366 diff --cc Misc/NEWS index cbf5cb6d02,e3fd61c891..73809ec6ad --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -209,8 -139,8 +209,10 @@@ Core and Builtin Library ------- + - Issue #16491: IDLE now prints chained exception tracebacks. + +- fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. + - Issue #15972: Fix error messages when os functions expecting a file name or file descriptor receive the incorrect type.