]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move idle news entries to its section
authorRoger Serwy <roger.serwy@gmail.com>
Sun, 7 Apr 2013 01:21:21 +0000 (20:21 -0500)
committerRoger Serwy <roger.serwy@gmail.com>
Sun, 7 Apr 2013 01:21:21 +0000 (20:21 -0500)
Misc/NEWS

index 7f165dbdeec275854c937d5aee8a97d42e4aa5c0..5ec6f461eee6b6c023b04cd5c8121953645e3ff3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,11 +15,6 @@ Library
 - 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 #8900: Using keyboard shortcuts in IDLE to open a file no longer
-  raises an exception.
-
-- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
-
 - Issue #17526: fix an IndexError raised while passing code without filename to
   inspect.findsource().  Initial patch by Tyler Doyle.
 
@@ -32,6 +27,12 @@ IDLE
 
 - 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.
+
+- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
+
+
 Documentation
 -------------