Skip to content
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
16 changes: 13 additions & 3 deletions Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
What's New in IDLE 3.6.3
Released on 2017-09-25?
What's New in IDLE 3.6.5
Released on 2017-03-26?
========================



What's New in IDLE 3.6.4
Released on 2017-12-19
========================

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 @@ -40,6 +45,11 @@ To make room for the expanded sample, frames on the Font tab are
re-arranged. The Font/Tabs help explains a bit about the additions.
Patch by Terry Jan Reedy


What's New in IDLE 3.6.3
Released on 2017-10-03
========================

bpo-31460: Simplify the API of IDLE's Module Browser.
Passing a widget instead of an flist with a root widget opens the
option of creating a browser frame that is only part of a window.
Expand Down Expand Up @@ -268,7 +278,7 @@ bpo-24813: Add icon to help_about and make other changes.


What's New in IDLE 3.6.2
Released on 2017-07-11
Released on 2017-07-17
========================

bpo-15786: Fix several problems with IDLE's autocompletion box.
Expand Down