From: Roger Serwy Date: Sun, 7 Apr 2013 01:21:21 +0000 (-0500) Subject: move idle news entries to its section X-Git-Tag: v2.7.5~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08759c7d2a0328ca813643524b3268990c998027;p=thirdparty%2FPython%2Fcpython.git move idle news entries to its section --- diff --git a/Misc/NEWS b/Misc/NEWS index 7f165dbdeec2..5ec6f461eee6 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 -------------