diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 280d13b..be873ea 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 |