summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-09-17 12:58:22 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-09-17 12:58:22 (GMT)
commit24c9021ebf6c22e0fff0b4e61d45bffe5e1d8dae (patch)
tree798b093c892ff0b3a0fd62f79c629744367d11ee /Doc/whatsnew
parent026bcced2dee0decacf73e17d16797faf2e0bf2a (diff)
downloadcpython-24c9021ebf6c22e0fff0b4e61d45bffe5e1d8dae.zip
cpython-24c9021ebf6c22e0fff0b4e61d45bffe5e1d8dae.tar.gz
cpython-24c9021ebf6c22e0fff0b4e61d45bffe5e1d8dae.tar.bz2
Remove comment about improvement: pystone is about the same, and
the improvements seem to be difficult to quantify
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.6.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index a0959ef..0038623 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -1723,9 +1723,6 @@ Optimizations
free lists when garbage-collecting the highest generation of objects.
This may return memory to the operating system sooner.
-The net result of the 2.6 optimizations is that Python 2.6 runs the pystone
-benchmark around XXX% faster than Python 2.5.
-
.. ======================================================================
.. _new-26-interpreter: