summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2007-10-24 01:28:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2007-10-24 01:28:33 (GMT)
commit3f8caa3ba733619e466d1b829acecefd35684345 (patch)
tree9b5528f7c5cfa58794224ecdd53ff81167cc81c2 /Misc
parentcd3c108ca11c425d557dc86cd1e554ee98681445 (diff)
downloadcpython-3f8caa3ba733619e466d1b829acecefd35684345.zip
cpython-3f8caa3ba733619e466d1b829acecefd35684345.tar.gz
cpython-3f8caa3ba733619e466d1b829acecefd35684345.tar.bz2
Optimize sum() for integer and float inputs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f0e24b2..6ae2ac5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
+- optimize the performance of builtin.sum().
+
- Fix warnings found by the new version of the Coverity checker.
- The enumerate() builtin function is no longer bounded to sequences smaller