summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-25 20:43:34 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-25 20:43:34 (GMT)
commit27a87a2aa243de6857a5b075b1950bd6c412f5c9 (patch)
tree39d3a58acb5079acbd79e6e257a23f1dec448b65 /Misc
parentb6ef9633a9c74adffa10094d702915310ad9c456 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8eef67b..d519b53 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.