[Python-checkins] cpython: Add pointer to IDLE what's new file.

terry.reedy python-checkins at python.org
Sun May 24 00:20:05 CEST 2015


https://hg.python.org/cpython/rev/a2d08ac0b821
changeset:   96265:a2d08ac0b821
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat May 23 18:19:42 2015 -0400
summary:
  Add pointer to IDLE what's new file.

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


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -437,6 +437,15 @@
   subdirectories using the "``**``" pattern.
   (Contributed by Serhiy Storchaka in :issue:`13968`.)
 
+  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.4.0,
+as well as changes made in future 3.5.x releases. This file is also available
+from the IDLE Help -> About Idle dialog.
+
 imaplib
 -------
 

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


More information about the Python-checkins mailing list