We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b55416 commit 7a6f28fCopy full SHA for 7a6f28f
Lib/idlelib/NEWS.txt
@@ -3,6 +3,13 @@ Released on 2017-09-25?
3
========================
4
5
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
+
13
bpo-32164: Delete unused file idlelib/tabbedpages.py.
14
Use of TabbedPageSet in configdialog was replaced by ttk.Notebook.
15
0 commit comments