diff options
author | Raymond Hettinger <python@rcn.com> | 2007-10-24 01:28:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-10-24 01:28:33 (GMT) |
commit | 3f8caa3ba733619e466d1b829acecefd35684345 (patch) | |
tree | 9b5528f7c5cfa58794224ecdd53ff81167cc81c2 /Misc | |
parent | cd3c108ca11c425d557dc86cd1e554ee98681445 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |