summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlex Martelli <aleaxit@gmail.com>2003-10-25 23:24:14 (GMT)
committerAlex Martelli <aleaxit@gmail.com>2003-10-25 23:24:14 (GMT)
commita253e183b807c8108f984758d2b1365bef977e6b (patch)
tree948ef3c9616860ddd5e2424aecbe6571f9ec19b5 /Misc
parent1d313ab9d187d1a2cd379a61363252278cb2314e (diff)
downloadcpython-a253e183b807c8108f984758d2b1365bef977e6b.zip
cpython-a253e183b807c8108f984758d2b1365bef977e6b.tar.gz
cpython-a253e183b807c8108f984758d2b1365bef977e6b.tar.bz2
regressing the performance bugfix -- Guido wants the performance bug left
alone, because there can be no guarantee re the semantics of += vs + .
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f47113c..74096c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,9 +47,6 @@ Core and builtins
- obj.__contains__() now returns True/False instead of 1/0. SF patch
820195.
-- builtin_sum() now uses PyNumber_InPlaceAdd, fixing a previous
- performance bug for sum(list_of_lists) and similar cases.
-
Extension modules
-----------------