From: Terry Jan Reedy Date: Sat, 23 May 2015 22:19:42 +0000 (-0400) Subject: Add pointer to IDLE what's new file. X-Git-Tag: v3.5.0b1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44825cf71fcf5ef7f29b1755f7c22d6ec7bf23dc;p=thirdparty%2FPython%2Fcpython.git Add pointer to IDLE what's new file. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index c46ed9be5933..dea8276a221c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -437,6 +437,15 @@ glob 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 -------