Skip to content

Commit 7a6f28f

Browse files
miss-islingtonterryjreedy
authored andcommitted
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
(cherry picked from commit 2c0c68d)
1 parent 3b55416 commit 7a6f28f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Released on 2017-09-25?
33
========================
44

55

6+
bpo-32207: Improve tk event exception tracebacks in IDLE.
7+
When tk event handling is driven by IDLE's run loop, a confusing
8+
and distracting queue.EMPTY traceback context is no longer added
9+
to tk event exception tracebacks. The traceback is now the same
10+
as when event handling is driven by user code. Patch based on
11+
a suggestion by Serhiy Storchaka.
12+
613
bpo-32164: Delete unused file idlelib/tabbedpages.py.
714
Use of TabbedPageSet in configdialog was replaced by ttk.Notebook.
815

0 commit comments

Comments
 (0)