From: Antoine Pitrou Date: Tue, 26 Apr 2011 16:53:42 +0000 (+0200) Subject: I think this should be "versionchanged", not "versionadded" X-Git-Tag: v3.3.0a1~2505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45456a09f0634b301328897b758155e82509f4d0;p=thirdparty%2FPython%2Fcpython.git I think this should be "versionchanged", not "versionadded" --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 4805c8e2057d..cfd5018a999c 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -45,7 +45,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions). (250, b'Ok') >>> - .. versionadded:: 3.3 + .. versionchanged:: 3.3 Support for the :keyword:`with` statement was added.