[pypy-commit] pypy.org extradoc: Remove the mention of CPython 2.5

arigo noreply at buildbot.pypy.org
Sat Aug 1 22:34:53 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r626:c1dd098ecc66
Date: 2015-08-01 22:35 +0200
http://bitbucket.org/pypy/pypy.org/changeset/c1dd098ecc66/

Log:	Remove the mention of CPython 2.5

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -270,7 +270,7 @@
 <li><p class="first">It is recommended to use PyPy to do translations, instead of using CPython,
 because it is twice as fast.  You should just start by downloading an
 official release of PyPy (with the JIT).  If you really have to use CPython
-then note that we are talking about CPython 2.5-2.7 here, not CPython 3.x.</p>
+then note that we are talking about CPython 2.6 or 2.7 here, not CPython 3.x.</p>
 </li>
 <li><p class="first">If RAM usage is a problem (or if you are on Windows, because win32's limit
 is 2 GB unless you <a class="reference external" href="http://doc.pypy.org/en/latest/windows.html#preparing-windows-for-the-large-build">have a 64 bit OS</a>), then you can (for now) tweak some parameters
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -284,7 +284,7 @@
 * It is recommended to use PyPy to do translations, instead of using CPython,
   because it is twice as fast.  You should just start by downloading an
   official release of PyPy (with the JIT).  If you really have to use CPython
-  then note that we are talking about CPython 2.5-2.7 here, not CPython 3.x.
+  then note that we are talking about CPython 2.6 or 2.7 here, not CPython 3.x.
 
 * If RAM usage is a problem (or if you are on Windows, because win32's limit
   is 2 GB unless you `have a 64 bit OS`_), then you can (for now) tweak some parameters


More information about the pypy-commit mailing list