-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.
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