Move note about the implementation in the "seealso".

This commit is contained in:
Ezio Melotti 2012-10-20 16:26:18 +03:00
parent 40c67739ba
commit 36e01df18e
1 changed files with 1 additions and 3 deletions

View File

@ -116,12 +116,10 @@ administration. The Python interpreter checks for a ``pyvenv.cfg``,
file whose existence signals the base of a virtual environment's directory
tree.
(Implemented by Carl Meyer and Vinay Sajip.)
.. seealso::
:pep:`405` - Python Virtual Environments
PEP written by Carl Meyer
PEP written by Carl Meyer; implementation by Carl Meyer and Vinay Sajip
PEP 420: Namespace Packages