[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4

terry.reedy python-checkins at python.org
Sun May 24 00:16:43 CEST 2015


https://hg.python.org/cpython/rev/e4f15eb8e471
changeset:   96262:e4f15eb8e471
parent:      96260:423546c86416
parent:      96261:4d59c96971ea
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat May 23 18:13:31 2015 -0400
summary:
  Merge with 3.4

files:
  Doc/whatsnew/3.4.rst |  10 ++++++++++
  1 files changed, 10 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -967,6 +967,16 @@
 (Contributed by Malte Swart in :issue:`17764`.)
 
 
+idlelib and IDLE
+----------------
+
+Since idlelib implements the IDLE shell and editor and is not intended for
+import by other programs, it gets improvements with every release. See
+:file:`Lib/idlelib/NEWS.txt` for a cumulative list of changes since 3.3.0,
+as well as changes made in future 3.4.x releases. This file is also available
+from the IDLE Help -> About Idle dialog. 
+
+
 importlib
 ---------
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list