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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45456a09f0634b301328897b758155e82509f4d0;p=python I think this should be "versionchanged", not "versionadded" --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 4805c8e205..cfd5018a99 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.