[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.39, 1.1193.2.40

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Fri Mar 18 11:59:20 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Fix typo.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.39
retrieving revision 1.1193.2.40
diff -u -d -r1.1193.2.39 -r1.1193.2.40
--- NEWS	16 Mar 2005 14:34:12 -0000	1.1193.2.39
+++ NEWS	18 Mar 2005 10:59:04 -0000	1.1193.2.40
@@ -1100,7 +1100,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