]> granicus.if.org Git - python/commitdiff
Move IDLE news into NEWS.txt.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 3 Dec 2006 09:54:46 +0000 (09:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 3 Dec 2006 09:54:46 +0000 (09:54 +0000)
Lib/idlelib/NEWS.txt
Misc/NEWS

index a869c13653d77444031d880ed333607f2200d955..43e5b452aa02bc89318bf23ea752ad410c7ab503 100644 (file)
@@ -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
index b2fbe7ff18b1ca827155633c445b13fe3fdea51b..64ae13f00c99efe5484d5dee7f7dc8ccfcf6da2d 100644 (file)
--- 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.