|
|
|
|
|
by illume
6462 days ago
|
|
You'll notice the usual benchmark section is missing from there. The one that tells you python 2.6 is XXX% faster than python2.5 This is because often 2.6 is slower than 2.5. http://mail.python.org/pipermail/python-dev/2008-September/0... Some things are faster, and some are slower. But for the normal benchmarks mentioned in the release notes (for 2.2, 2.3, 2.4, and 2.5), it's slower overall. |
|