Skip to content

Commit b888d61

Browse files
committed
Update idlelib/NEWS.txt
2 parents fa2c866 + c4dc43e commit b888d61

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
What's New in IDLE 3.5.0?
22
=========================
3+
*Release date: 2015-09-13* ??
4+
5+
- Issue #23184: remove unused names and imports in idlelib.
6+
Initial patch by Al Sweigart.
7+
8+
- Issue #20577: Configuration of the max line length for the FormatParagraph
9+
extension has been moved from the General tab of the Idle preferences dialog
10+
to the FormatParagraph tab of the Config Extensions dialog.
11+
Patch by Tal Einat.
312

413
- Issue #16893: Update Idle doc chapter to match current Idle and add new
514
information.
@@ -20,6 +29,9 @@ What's New in IDLE 3.5.0?
2029

2130
- Issue #21986: Code objects are not normally pickled by the pickle module.
2231
To match this, they are no longer pickled when running under Idle.
32+
33+
- Issue #23180: Rename IDLE "Windows" menu item to "Window".
34+
Patch by Al Sweigart.
2335

2436
- Issue #17390: Adjust Editor window title; remove 'Python',
2537
move version to end.
@@ -72,6 +84,7 @@ What's New in IDLE 3.5.0?
7284

7385
What's New in IDLE 3.4.0?
7486
=========================
87+
*Release date: 2014-03-16*
7588

7689
- Issue #17390: Display Python version on Idle title bar.
7790
Initial patch by Edmond Burnett.
@@ -89,6 +102,7 @@ What's New in IDLE 3.4.0?
89102

90103
What's New in IDLE 3.3.0?
91104
=========================
105+
*Release date: 2012-09-29*
92106

93107
- Issue #17625: Close the replace dialog after it is used.
94108

@@ -131,7 +145,6 @@ What's New in IDLE 3.3.0?
131145

132146
What's New in IDLE 3.2.1?
133147
=========================
134-
135148
*Release date: 15-May-11*
136149

137150
- Issue #6378: Further adjust idle.bat to start associated Python
@@ -149,7 +162,6 @@ What's New in IDLE 3.2.1?
149162

150163
What's New in IDLE 3.1b1?
151164
=========================
152-
153165
*Release date: 06-May-09*
154166

155167
- Use of 'filter' in keybindingDialog.py was causing custom key assignment to
@@ -158,7 +170,6 @@ What's New in IDLE 3.1b1?
158170

159171
What's New in IDLE 3.1a1?
160172
=========================
161-
162173
*Release date: 07-Mar-09*
163174

164175
- Issue #4815: Offer conversion to UTF-8 if source files have
@@ -176,7 +187,6 @@ What's New in IDLE 3.1a1?
176187

177188
What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
178189
=======================
179-
180190
*Release date: XX-XXX-2010*
181191

182192
- idle.py modified and simplified to better support developing experimental

0 commit comments

Comments
 (0)