[Python-checkins] r75110 - svn:log
mark.dickinson
python-checkins at python.org
Mon Sep 28 18:57:24 CEST 2009
Author: mark.dickinson
Revision: 75110
Property Name: svn:log
Action: modified
Property diff:
--- old property value
+++ new property value
@@ -4,5 +4,5 @@
in Objects/longobject.c. Motivation:
- shouldn't unnecessarily mix bit ops with arithmetic ops (style)
- this pattern should be spelt the same way thoughout (consistency)
- - it's very very very slighly faster: no need to worry about
+ - it's very very very slightly faster: no need to worry about
carries to the high digit (nano-optimization).
More information about the Python-checkins
mailing list