]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Dec 2017 18:44:09 +0000 (10:44 -0800)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 5 Dec 2017 18:44:09 +0000 (13:44 -0500)
(cherry picked from commit 2c0c68d927bfa557f98bac26644f5b64c4b135a7)

Lib/idlelib/NEWS.txt

index 6e1f0cc95ca6c717a37dbaede52ed9676b076b48..56d37f3baa4823fca0214b2019a6ec7b6e646f99 100644 (file)
@@ -3,6 +3,13 @@ Released on 2017-09-25?
 ========================
 
 
+bpo-32207: Improve tk event exception tracebacks in IDLE.
+When tk event handling is driven by IDLE's run loop, a confusing
+and distracting queue.EMPTY traceback context is no longer added
+to tk event exception tracebacks.  The traceback is now the same
+as when event handling is driven by user code.  Patch based on
+a suggestion by Serhiy Storchaka.
+
 bpo-32164: Delete unused file idlelib/tabbedpages.py.
 Use of TabbedPageSet in configdialog was replaced by ttk.Notebook.