[Python-checkins] peps: Reference implementation is getting pretty close.

vinay.sajip python-checkins at python.org
Wed May 16 15:51:03 CEST 2012


http://hg.python.org/peps/rev/078a621d025f
changeset:   4391:078a621d025f
user:        Carl Meyer <carl at oddbird.net>
date:        Mon Mar 12 15:27:33 2012 -0700
summary:
  Reference implementation is getting pretty close.

files:
  pep-0405.txt |  12 +++++-------
  1 files changed, 5 insertions(+), 7 deletions(-)


diff --git a/pep-0405.txt b/pep-0405.txt
--- a/pep-0405.txt
+++ b/pep-0405.txt
@@ -505,13 +505,11 @@
 Reference Implementation
 ========================
 
-The in-progress reference implementation is found in `a clone of the
-CPython Mercurial repository`_.  To test it, build and install it (the
-virtual environment tool currently does not run from a source tree).
-From the installed Python, run ``bin/pyvenv /path/to/new/virtualenv``
-to create a virtual environment.
-
-The reference implementation (like this PEP!) is a work in progress.
+The reference implementation is found in `a clone of the CPython
+Mercurial repository`_.  To test it, build and install it (the virtual
+environment tool currently does not run from a source tree).  From the
+installed Python, run ``bin/pyvenv /path/to/new/virtualenv`` to create
+a virtual environment.
 
 .. _a clone of the CPython Mercurial repository: https://bitbucket.org/vinay.sajip/pythonv
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list