summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-23 22:13:31 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-23 22:13:31 (GMT)
commitca1ad9423b2e7b9c4a7b035a94f6b007346e4764 (patch)
treee09e0720b1379998b4e520a92093160ca368f191 /Doc
parentd68ec172d122366ba6b6a19ae21376b6e6e4bdd4 (diff)
parent571164f96f5e131a2b1ec0feabea1de2d5f44af8 (diff)
downloadcpython-ca1ad9423b2e7b9c4a7b035a94f6b007346e4764.zip
cpython-ca1ad9423b2e7b9c4a7b035a94f6b007346e4764.tar.gz
cpython-ca1ad9423b2e7b9c4a7b035a94f6b007346e4764.tar.bz2
Merge with 3.4
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index bc3a6cc..cf7de22 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -967,6 +967,16 @@ a ``-b/--bind`` option that causes the server to listen on a specific address.
(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
---------