Skip to content

[3.7] bpo-30928: IDLE - update NEWS.txt. (GH-5539) #5540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
What's New in IDLE 3.7.0
What's New in IDLE 3.7.0 (since 3.6.0)
Released on 2018-06-18?
========================
======================================


bpo-32765: Update configdialog General tab create page docstring.
Add new widgets to the widget list.

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
Expand Down Expand Up @@ -294,9 +297,9 @@ Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
Update and augment description of the configuration system.


What's New in IDLE 3.6.0
What's New in IDLE 3.6.0 (since 3.5.0)
Released on 2016-12-23
========================
======================================

- Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
Expand Down