]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move idle news to its own section
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Apr 2013 19:19:04 +0000 (15:19 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Apr 2013 19:19:04 +0000 (15:19 -0400)
Misc/NEWS

index a41ff4a35397f14fa12a4b5f131882e78b034e2e..7f165dbdeec275854c937d5aee8a97d42e4aa5c0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,15 +12,9 @@ Core and Builtins
 Library
 -------
 
-- Issue #14254: IDLE now handles readline correctly across shell restarts.
-
-- Issue #17614: IDLE no longer raises exception when quickly closing a file.
-
 - Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names;
   fixes otherwise misleading output in tracebacks and when when debug is on.
 
-- Issue #6698: IDLE now opens just an editor window when configured to do so.
-
 - Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
   raises an exception.
 
@@ -29,6 +23,15 @@ Library
 - Issue #17526: fix an IndexError raised while passing code without filename to
   inspect.findsource().  Initial patch by Tyler Doyle.
 
+IDLE
+----
+
+- Issue #14254: IDLE now handles readline correctly across shell restarts.
+
+- Issue #17614: IDLE no longer raises exception when quickly closing a file.
+
+- Issue #6698: IDLE now opens just an editor window when configured to do so.
+
 Documentation
 -------------