Skip to content

Commit 2c0c68d

Browse files
authored
bpo-30928: update idlelib/NEWS.txt. (#4706)
1 parent f0db54a commit 2c0c68d

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 2018-06-18?
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)