mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Move note about the implementation in the "seealso".
This commit is contained in:
parent
40c67739ba
commit
36e01df18e
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue