diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 13:27:51 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 13:27:51 (GMT) |
commit | 022b6d2fa5c815a0efc8b71d7162b516c3a0fff4 (patch) | |
tree | 664bfd5dddd2fa750dfc2f85ea76a6a8cd30158f /Doc/whatsnew | |
parent | 5ee2404d1e4ba5edf5a40f93f7492383524f303c (diff) | |
parent | 36e01df18e5bf5b2d0fbb7310f00f1950bba717f (diff) | |
download | cpython-022b6d2fa5c815a0efc8b71d7162b516c3a0fff4.zip cpython-022b6d2fa5c815a0efc8b71d7162b516c3a0fff4.tar.gz cpython-022b6d2fa5c815a0efc8b71d7162b516c3a0fff4.tar.bz2 |
Merge "seealso" change with 3.3.
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 |