
python-checkins at python
May 17, 2012, 4:42 PM
Post #1 of 1
(31 views)
Permalink
|
|
peps: Update link to reference implementation.
|
|
http://hg.python.org/peps/rev/17b8403f1c73 changeset: 4404:17b8403f1c73 user: Carl Meyer <carl [at] oddbird> date: Wed May 16 09:04:05 2012 -0600 summary: Update link to reference implementation. files: pep-0405.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pep-0405.txt b/pep-0405.txt --- a/pep-0405.txt +++ b/pep-0405.txt @@ -491,7 +491,7 @@ 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 +.. _a clone of the CPython Mercurial repository: http://hg.python.org/sandbox/vsajip#venv Copyright -- Repository URL: http://hg.python.org/peps
|