diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 21:24:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 21:24:22 (GMT) |
commit | b888d61320e02c874e063bc53aa4e2758a48bb8b (patch) | |
tree | b3e5bc2fad47a723202863183fb622c76cd0198e | |
parent | fa2c866ca44f8025b14dd46e3e711a98b55ad2fc (diff) | |
parent | c4dc43eaf4f192fb1698b7d1e80e02c60272a0f4 (diff) | |
download | cpython-b888d61320e02c874e063bc53aa4e2758a48bb8b.zip cpython-b888d61320e02c874e063bc53aa4e2758a48bb8b.tar.gz cpython-b888d61320e02c874e063bc53aa4e2758a48bb8b.tar.bz2 |
Update idlelib/NEWS.txt
-rw-r--r-- | Lib/idlelib/NEWS.txt | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 828142c..2d8ce54 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,14 @@ What's New in IDLE 3.5.0? ========================= +*Release date: 2015-09-13* ?? + +- Issue #23184: remove unused names and imports in idlelib. + Initial patch by Al Sweigart. + +- 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. @@ -20,6 +29,9 @@ What's New in IDLE 3.5.0? - 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. - Issue #17390: Adjust Editor window title; remove 'Python', move version to end. @@ -72,6 +84,7 @@ What's New in IDLE 3.5.0? 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. @@ -89,6 +102,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. @@ -131,7 +145,6 @@ What's New in IDLE 3.3.0? What's New in IDLE 3.2.1? ========================= - *Release date: 15-May-11* - Issue #6378: Further adjust idle.bat to start associated Python @@ -149,7 +162,6 @@ What's New in IDLE 3.2.1? What's New in IDLE 3.1b1? ========================= - *Release date: 06-May-09* - Use of 'filter' in keybindingDialog.py was causing custom key assignment to @@ -158,7 +170,6 @@ What's New in IDLE 3.1b1? What's New in IDLE 3.1a1? ========================= - *Release date: 07-Mar-09* - Issue #4815: Offer conversion to UTF-8 if source files have @@ -176,7 +187,6 @@ What's New in IDLE 3.1a1? What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.) ======================= - *Release date: XX-XXX-2010* - idle.py modified and simplified to better support developing experimental |