From: Martin v. Löwis Date: Sun, 3 Dec 2006 09:54:46 +0000 (+0000) Subject: Move IDLE news into NEWS.txt. X-Git-Tag: v2.6a1~2395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8609da9b17ef73a2fbd272fe665ca054f6383929;p=python Move IDLE news into NEWS.txt. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index a869c13653..43e5b452aa 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ What's New in IDLE 2.6a1? *Release date: XX-XXX-200X* +- Patch #1362975: Rework CodeContext indentation algorithm to + avoid hard-coding pixel widths. + - Some syntax errors were being caught by tokenize during the tabnanny check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719 diff --git a/Misc/NEWS b/Misc/NEWS index b2fbe7ff18..64ae13f00c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -105,9 +105,6 @@ Library - Bug #1598620: A ctypes Structure cannot contain itself. -- Patch #1362975: Rework CodeContext indentation algorithm to - avoid hard-coding pixel widths. - - Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib.