From: Terry Jan Reedy Date: Sat, 23 May 2015 21:24:22 +0000 (-0400) Subject: Update idlelib/NEWS.txt X-Git-Tag: v3.5.0b1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b888d61320e02c874e063bc53aa4e2758a48bb8b;p=python Update idlelib/NEWS.txt --- b888d61320e02c874e063bc53aa4e2758a48bb8b diff --cc Lib/idlelib/NEWS.txt index 828142c5b4,99e3796b55..2d8ce54e4d --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@@ -1,5 -1,19 +1,14 @@@ -What's New in Idle 3.4.3? +What's New in IDLE 3.5.0? ========================= -*Release date: 2015-??-??* ++*Release date: 2015-09-13* ?? + + - 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. @@@ -20,7 -34,15 +29,10 @@@ - 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. @@@ -131,7 -161,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 -179,7 +162,6 @@@ 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 -188,7 +170,6 @@@ 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 -206,7 +187,6 @@@ 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