[Python-checkins] cpython: I think this should be "versionchanged", not "versionadded"

antoine.pitrou python-checkins at python.org
Tue Apr 26 18:53:48 CEST 2011


http://hg.python.org/cpython/rev/b7af4816c70a
changeset:   69574:b7af4816c70a
parent:      69572:ad7fe87736f0
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Apr 26 18:53:42 2011 +0200
summary:
  I think this should be "versionchanged", not "versionadded"

files:
  Doc/library/smtplib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -45,7 +45,7 @@
     (250, b'Ok')
     >>>
 
-   .. versionadded:: 3.3
+   .. versionchanged:: 3.3
       Support for the :keyword:`with` statement was added.
 
 

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


More information about the Python-checkins mailing list