summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-23 22:19:42 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-23 22:19:42 (GMT)
commit44825cf71fcf5ef7f29b1755f7c22d6ec7bf23dc (patch)
tree3a9456a461d80b1d823b8603e73572df7749f31f /Doc
parente9cd1d3c69b0d524a4b889a1dfc694a1f1c4ac20 (diff)
downloadcpython-44825cf71fcf5ef7f29b1755f7c22d6ec7bf23dc.zip
cpython-44825cf71fcf5ef7f29b1755f7c22d6ec7bf23dc.tar.gz
cpython-44825cf71fcf5ef7f29b1755f7c22d6ec7bf23dc.tar.bz2
Add pointer to IDLE what's new file.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.5.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index c46ed9b..dea8276 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
-------