From: Ezio Melotti Date: Sat, 20 Oct 2012 13:26:18 +0000 (+0300) Subject: Move note about the implementation in the "seealso". X-Git-Tag: v3.3.1rc1~768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36e01df18e5bf5b2d0fbb7310f00f1950bba717f;p=python Move note about the implementation in the "seealso". --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 280d13bb4b..be873ea643 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