summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-31 14:03:28 (GMT)
committerGuido van Rossum <guido@python.org>2007-08-31 14:03:28 (GMT)
commitb3922cb086e7085f23ed18229fdcbd09e7eabb65 (patch)
treec4b2a139a073ea229f482e8092857855a29d6eb7 /Doc/whatsnew/3.0.rst
parent06b8b027112a491af996d8be25ee79959f8c18dc (diff)
downloadcpython-b3922cb086e7085f23ed18229fdcbd09e7eabb65.zip
cpython-b3922cb086e7085f23ed18229fdcbd09e7eabb65.tar.gz
cpython-b3922cb086e7085f23ed18229fdcbd09e7eabb65.tar.bz2
Neal sent real performance numbers. :-(
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r--Doc/whatsnew/3.0.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst
index ccd732c..88a8a12 100644
--- a/Doc/whatsnew/3.0.rst
+++ b/Doc/whatsnew/3.0.rst
@@ -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!
.. ======================================================================