[Python-checkins] cpython (2.7): move idle news entries to its section

roger.serwy python-checkins at python.org
Sun Apr 7 03:21:56 CEST 2013


http://hg.python.org/cpython/rev/8153fa452bdc
changeset:   83168:8153fa452bdc
branch:      2.7
parent:      83165:e07e6d828150
user:        Roger Serwy <roger.serwy at gmail.com>
date:        Sat Apr 06 20:21:21 2013 -0500
summary:
  move idle news entries to its section

files:
  Misc/NEWS |  23 ++++++++++++-----------
  1 files changed, 12 insertions(+), 11 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,22 +15,23 @@
 - 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 #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.
+
 - 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.
-
-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
 -------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list