diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-25 20:43:34 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-25 20:43:34 (GMT) |
commit | 27a87a2aa243de6857a5b075b1950bd6c412f5c9 (patch) | |
tree | 39d3a58acb5079acbd79e6e257a23f1dec448b65 /Misc | |
parent | b6ef9633a9c74adffa10094d702915310ad9c456 (diff) | |
download | cpython-27a87a2aa243de6857a5b075b1950bd6c412f5c9.zip cpython-27a87a2aa243de6857a5b075b1950bd6c412f5c9.tar.gz cpython-27a87a2aa243de6857a5b075b1950bd6c412f5c9.tar.bz2 |
Merged revisions 75697 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75697 | mark.dickinson | 2009-10-25 20:39:06 +0000 (Sun, 25 Oct 2009) | 3 lines
Issue #1087418: Small performance boost for bitwise operations on longs.
Initial patch by Gregory Smith; some tweaks added.
........
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 3.2 Alpha 1? Core and Builtins ----------------- +- Issue #1087418: Boost performance of bitwise operations for longs. + - Support for AtheOS has been completely removed from the code base. It was disabled since Python 3.0. |