]> granicus.if.org Git - python/commitdiff
Move note about the implementation in the "seealso".
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 20 Oct 2012 13:26:18 +0000 (16:26 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 20 Oct 2012 13:26:18 +0000 (16:26 +0300)
Doc/whatsnew/3.3.rst

index 280d13bb4bf1807449dc823d31b010d980086242..be873ea64353efefd854e76014e7e5f7c245c4ee 100644 (file)
@@ -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