[Python-checkins] r70977 - peps/trunk/pep-0401.txt

benjamin.peterson python-checkins at python.org
Wed Apr 1 22:20:08 CEST 2009


Author: benjamin.peterson
Date: Wed Apr  1 22:20:08 2009
New Revision: 70977

Log:
let's not let anybody get away from the policy change

Modified:
   peps/trunk/pep-0401.txt

Modified: peps/trunk/pep-0401.txt
==============================================================================
--- peps/trunk/pep-0401.txt	(original)
+++ peps/trunk/pep-0401.txt	Wed Apr  1 22:20:08 2009
@@ -74,12 +74,12 @@
   implementation will terminate with the release of Python 2.6.2 and
   3.0.2.  Thereafter, the reference implementation of Python will
   target the Parrot [1]_ virtual machine.  Alternative implementations
-  of Python (e.g. Jython [2]_ and IronPython [3]_) are officially
-  discouraged but tolerated.
+  of Python (e.g. Jython [2]_, IronPython [3]_, and PyPy [4]_) are
+  officially discouraged but tolerated.
 
-* Recognized that the Python Software Foundation [4]_ having fulfilled
+* Recognized that the Python Software Foundation [5]_ having fulfilled
   its mission admirably, is hereby disbanded.  The Python Steering
-  Union [5]_ (not to be confused with the Python Secret Underground,
+  Union [6]_ (not to be confused with the Python Secret Underground,
   which emphatically does not exist), is now the sole steward for all
   of Python's intellectual property.  All PSF funds are hereby
   transferred to the PSU (not that PSU, the other PSU).
@@ -94,9 +94,11 @@
 
 .. [3] http://www.ironpython.com
 
-.. [4] http://www.python.org/psf
+.. [4] http://www.codespeak.net/pypy
 
-.. [5] http://www.pythonlabs.com
+.. [5] http://www.python.org/psf
+
+.. [6] http://www.pythonlabs.com
 
 
 Copyright


More information about the Python-checkins mailing list