summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-06 19:14:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-04-06 19:14:06 (GMT)
commitc496eda6fb98a4902510e5e53438e3981ad8a5f5 (patch)
tree630e3d02ab9d5fae8ffd7805efd13b5f0e64a3c4 /Misc
parente8f706eda77db200728fc436dca20f0591eeec27 (diff)
downloadcpython-c496eda6fb98a4902510e5e53438e3981ad8a5f5.zip
cpython-c496eda6fb98a4902510e5e53438e3981ad8a5f5.tar.gz
cpython-c496eda6fb98a4902510e5e53438e3981ad8a5f5.tar.bz2
move IDLE news to its own section
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS15
1 files changed, 9 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cbc054..ca191b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,15 @@ Library
- Issue #17572: Avoid chained exceptions while passing bad directives to
time.strptime(). Initial patch by Claudiu Popa.
+- Issue #17435: threading.Timer's __init__ method no longer uses mutable
+ default values for the args and kwargs parameters.
+
+- Issue #17526: fix an IndexError raised while passing code without filename to
+ inspect.findsource(). Initial patch by Tyler Doyle.
+
+IDLE
+----
+
- Issue #17625: In IDLE, close the replace dialog after it is used.
- Issue #14254: IDLE now handles readline correctly across shell restarts.
@@ -40,12 +49,6 @@ Library
- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
-- Issue #17435: threading.Timer's __init__ method no longer uses mutable
- default values for the args and kwargs parameters.
-
-- Issue #17526: fix an IndexError raised while passing code without filename to
- inspect.findsource(). Initial patch by Tyler Doyle.
-
Documentation
-------------