mirror of https://github.com/python/cpython
Merge "seealso" change with 3.3.
This commit is contained in:
commit
022b6d2fa5
|
@ -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
|
file whose existence signals the base of a virtual environment's directory
|
||||||
tree.
|
tree.
|
||||||
|
|
||||||
(Implemented by Carl Meyer and Vinay Sajip.)
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
:pep:`405` - Python Virtual Environments
|
: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
|
PEP 420: Namespace Packages
|
||||||
|
|
Loading…
Reference in New Issue