From: Andrew M. Kuchling Date: Wed, 17 Sep 2008 12:58:22 +0000 (+0000) Subject: Remove comment about improvement: pystone is about the same, and X-Git-Tag: v2.6rc2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24c9021ebf6c22e0fff0b4e61d45bffe5e1d8dae;p=thirdparty%2FPython%2Fcpython.git Remove comment about improvement: pystone is about the same, and the improvements seem to be difficult to quantify --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index a0959efbbe51..0038623a0af4 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: