diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 21:23:30 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 21:23:30 (GMT) |
commit | c4dc43eaf4f192fb1698b7d1e80e02c60272a0f4 (patch) | |
tree | 924c264748461d945a1d6efbbc3fee17f9d3f34c /Lib | |
parent | 4cbb9e647ba17d267e701a60903e7a37b7192245 (diff) | |
download | cpython-c4dc43eaf4f192fb1698b7d1e80e02c60272a0f4.zip cpython-c4dc43eaf4f192fb1698b7d1e80e02c60272a0f4.tar.gz cpython-c4dc43eaf4f192fb1698b7d1e80e02c60272a0f4.tar.bz2 |
Update idlelib/NEWS.txt.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index a3a8fbf..99e3796 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,19 @@ What's New in Idle 3.4.3? ========================= +*Release date: 2015-??-??* + +- Issue #23184: remove unused names and imports in idlelib. + Initial patch by Al Sweigart. + + +What's New in Idle 3.4.3? +========================= +*Release date: 2015-02-25* + +- Issue #20577: Configuration of the max line length for the FormatParagraph + extension has been moved from the General tab of the Idle preferences dialog + to the FormatParagraph tab of the Config Extensions dialog. + Patch by Tal Einat. - Issue #16893: Update Idle doc chapter to match current Idle and add new information. @@ -21,9 +35,13 @@ What's New in Idle 3.4.3? - Issue #21986: Code objects are not normally pickled by the pickle module. To match this, they are no longer pickled when running under Idle. +- Issue #23180: Rename IDLE "Windows" menu item to "Window". + Patch by Al Sweigart. + What's New in IDLE 3.4.2? ========================= +*Release date: 2014-10-06* - Issue #17390: Adjust Editor window title; remove 'Python', move version to end. @@ -66,6 +84,7 @@ What's New in IDLE 3.4.2? What's New in IDLE 3.4.1? ========================= +*Release date: 2014-05-18* - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin consolidating and improving human-validated tests of Idle. Change other files @@ -81,6 +100,7 @@ What's New in IDLE 3.4.1? What's New in IDLE 3.4.0? ========================= +*Release date: 2014-03-16* - Issue #17390: Display Python version on Idle title bar. Initial patch by Edmond Burnett. @@ -98,6 +118,7 @@ What's New in IDLE 3.4.0? What's New in IDLE 3.3.0? ========================= +*Release date: 2012-09-29* - Issue #17625: Close the replace dialog after it is used. |