[Python-checkins] python/dist/src/Misc NEWS,1.831.4.66,1.831.4.67

aleax at users.sourceforge.net aleax at users.sourceforge.net
Sat Oct 25 19:22:57 EDT 2003


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

Modified Files:
      Tag: release23-maint
	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.831.4.66
retrieving revision 1.831.4.67
diff -C2 -d -r1.831.4.66 -r1.831.4.67
*** NEWS	25 Oct 2003 13:02:24 -0000	1.831.4.66
--- NEWS	25 Oct 2003 23:22:55 -0000	1.831.4.67
***************
*** 16,22 ****
    of 1 or 0.
  
- - builtin_sum() now uses PyNumber_InPlaceAdd, fixing a previous
-   performance bug for sum(list_of_lists) and similar cases.
- 
  Extension modules
  -----------------
--- 16,19 ----





More information about the Python-checkins mailing list