[Python-checkins] python/dist/src/Misc NEWS,1.1273,1.1274

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Fri Mar 18 11:28:29 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13080/Misc

Modified Files:
	NEWS 
Log Message:
Fix typo.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1273
retrieving revision 1.1274
diff -u -d -r1.1273 -r1.1274
--- NEWS	15 Mar 2005 04:59:13 -0000	1.1273
+++ NEWS	18 Mar 2005 10:28:24 -0000	1.1274
@@ -1199,7 +1199,7 @@
 
 - Optimized list resize operations to make fewer calls to the system
   realloc().  Significantly speeds up list appends, list pops,
-  list comprehensions, and the list contructor (when the input iterable
+  list comprehensions, and the list constructor (when the input iterable
   length is not known).
 
 - Changed the internal list over-allocation scheme.  For larger lists,



More information about the Python-checkins mailing list