diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 13:26:18 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 13:26:18 (GMT) |
commit | 36e01df18e5bf5b2d0fbb7310f00f1950bba717f (patch) | |
tree | 3b98e3864221b18d82fcec13819fd0315ef71965 | |
parent | 40c67739ba463b8aaa302cbcc4eb614294fb45d8 (diff) | |
download | cpython-36e01df18e5bf5b2d0fbb7310f00f1950bba717f.zip cpython-36e01df18e5bf5b2d0fbb7310f00f1950bba717f.tar.gz cpython-36e01df18e5bf5b2d0fbb7310f00f1950bba717f.tar.bz2 |
Move note about the implementation in the "seealso".
-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 |