[Python-checkins] python/dist/src/Misc NEWS,1.877,1.878

aleax at users.sourceforge.net aleax at users.sourceforge.net
Sat Oct 25 19:24:16 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv12803/Misc

Modified Files:
	NEWS 
Log Message:
regressing the performance bugfix -- Guido wants the performance bug left
alone, because there can be no guarantee re the semantics of += vs + .



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.877
retrieving revision 1.878
diff -C2 -d -r1.877 -r1.878
*** NEWS	25 Oct 2003 13:02:57 -0000	1.877
--- NEWS	25 Oct 2003 23:24:14 -0000	1.878
***************
*** 48,54 ****
    820195.
  
- - builtin_sum() now uses PyNumber_InPlaceAdd, fixing a previous
-   performance bug for sum(list_of_lists) and similar cases.
- 
  Extension modules
  -----------------
--- 48,51 ----





More information about the Python-checkins mailing list