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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 8eef67b..d519b53 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
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.