]> granicus.if.org Git - python/commitdiff
Update idlelib/NEWS.txt
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 May 2015 21:24:22 +0000 (17:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 May 2015 21:24:22 +0000 (17:24 -0400)
1  2 
Lib/idlelib/NEWS.txt

index 828142c5b488d6653b99663394903d437b7f0059,99e3796b55c4f2db986ab6e4e229a7542468e3bb..2d8ce54e4d2a676e14f701e3189c891a59de4656
@@@ -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.
  
  - 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
  
  What's New in IDLE 3.1b1?
  =========================
--
  *Release date: 06-May-09*
  
  - Use of 'filter' in keybindingDialog.py was causing custom key assignment to
  
  What's New in IDLE 3.1a1?
  =========================
--
  *Release date: 07-Mar-09*
  
  - Issue #4815: Offer conversion to UTF-8 if source files have
  
  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