[Python-checkins] cpython (3.3): Move note about the implementation in the "seealso".

ezio.melotti python-checkins at python.org
Sat Oct 20 15:28:07 CEST 2012


http://hg.python.org/cpython/rev/d316b62c9629
changeset:   79851:d316b62c9629
branch:      3.3
parent:      79848:4adc11300c05
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Oct 20 16:26:18 2012 +0300
summary:
  Move note about the implementation in the "seealso".

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -116,12 +116,10 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list