diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 22:15:41 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-23 22:15:41 (GMT) |
commit | e9cd1d3c69b0d524a4b889a1dfc694a1f1c4ac20 (patch) | |
tree | 0ffc0289455c34ea1ebb23ab4aff5dc58a57cfa2 | |
parent | ca1ad9423b2e7b9c4a7b035a94f6b007346e4764 (diff) | |
parent | a6f6a68368012bf043d560362ff614c930473736 (diff) | |
download | cpython-e9cd1d3c69b0d524a4b889a1dfc694a1f1c4ac20.zip cpython-e9cd1d3c69b0d524a4b889a1dfc694a1f1c4ac20.tar.gz cpython-e9cd1d3c69b0d524a4b889a1dfc694a1f1c4ac20.tar.bz2 |
Merge with 3.4
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index cf7de22..08cd412 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -974,7 +974,7 @@ 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. +from the IDLE Help -> About Idle dialog. importlib |