From 08759c7d2a0328ca813643524b3268990c998027 Mon Sep 17 00:00:00 2001 From: Roger Serwy Date: Sat, 6 Apr 2013 20:21:21 -0500 Subject: move idle news entries to its section --- Misc/NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 7f165db..5ec6f46 100644 --- 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 ------------- -- cgit v0.12