]> granicus.if.org Git - python/commitdiff
Issue #16491: IDLE now prints chained exception tracebacks.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 9 Jan 2013 10:26:54 +0000 (12:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 9 Jan 2013 10:26:54 +0000 (12:26 +0200)
1  2 
Lib/idlelib/run.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index cbf5cb6d02a32a26a289eb15d198c57da6e52f7a,e3fd61c8911bfa143affcb17d5f52963e96e105e..73809ec6adc1e5df5054a4213eac50e249cbeaf1
+++ 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.