[Python-checkins] r52905 - in python/trunk: Lib/idlelib/NEWS.txt Misc/NEWS

martin.v.loewis python-checkins at python.org
Sun Dec 3 10:54:47 CET 2006


Author: martin.v.loewis
Date: Sun Dec  3 10:54:46 2006
New Revision: 52905

Modified:
   python/trunk/Lib/idlelib/NEWS.txt
   python/trunk/Misc/NEWS
Log:
Move IDLE news into NEWS.txt.


Modified: python/trunk/Lib/idlelib/NEWS.txt
==============================================================================
--- python/trunk/Lib/idlelib/NEWS.txt	(original)
+++ python/trunk/Lib/idlelib/NEWS.txt	Sun Dec  3 10:54:46 2006
@@ -3,6 +3,9 @@
 
 *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

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Dec  3 10:54:46 2006
@@ -105,9 +105,6 @@
 
 - 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.
 


More information about the Python-checkins mailing list