]> granicus.if.org Git - python/commit
Issue #27285: Document the deprecation of the pyvenv script.
authorBrett Cannon <brett@python.org>
Fri, 8 Jul 2016 17:46:21 +0000 (10:46 -0700)
committerBrett Cannon <brett@python.org>
Fri, 8 Jul 2016 17:46:21 +0000 (10:46 -0700)
commit15552c39e09426988d9ad0901a2aafc624e46e33
tree76658f8031e6b1a206d8068f152da1de3232dc0a
parent53e22bfea5f2df24ee1d6c034d4fc2c2c1375c52
Issue #27285: Document the deprecation of the pyvenv script.

As part of the update, the documentation was updated to normalize
around the term "virtual environment" instead of relying too heavily
on "venv" for the same meaning and leading to inconsistent usage of
either.

Thanks to Steve Piercy for the patch.
Doc/glossary.rst
Doc/installing/index.rst
Doc/library/venv.rst
Doc/tutorial/venv.rst
Doc/using/index.rst
Doc/using/scripts.rst [deleted file]
Doc/using/venv-create.inc
Misc/ACKS
Misc/NEWS