mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
(cherry picked from commit 2c0c68d927
)
This commit is contained in:
parent
3b55416700
commit
7a6f28f280
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue