]> granicus.if.org Git - python/commitdiff
Neal sent real performance numbers. :-(
authorGuido van Rossum <guido@python.org>
Fri, 31 Aug 2007 14:03:28 +0000 (14:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Aug 2007 14:03:28 +0000 (14:03 +0000)
Doc/whatsnew/3.0.rst

index ccd732c2a76e276fb24d0c4eb3a78803d6e26f5a..88a8a12db705df38eaf865aa23713f1ed1d75103 100644 (file)
@@ -297,8 +297,9 @@ Optimizations
 * Detailed changes are listed here.
 
 The net result of the 3.0 generalizations is that Python 3.0 runs the
-pystone benchmark around 25% slower than Python 2.5.  There's room for
-improvement!
+pystone benchmark around 33% slower than Python 2.5.  There's room for
+improvement; we expect to be optimizing string and integer operations
+significantly before the final 3.0 release!
 
 .. ======================================================================