From: Georg Brandl Date: Fri, 5 Nov 2010 07:37:51 +0000 (+0000) Subject: #10315: Fix version tag. X-Git-Tag: v2.7.1rc1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e1029428528a348d3a0592fd83f51a7994abb1c;p=thirdparty%2FPython%2Fcpython.git #10315: Fix version tag. --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 64369b54fa22..d59ebf7398b8 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -48,8 +48,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions). connection attempt (if not specified, the global default timeout setting will be used). - .. versionchanged:: 2.6 - *timeout* was added. + .. versionadded:: 2.6 .. class:: LMTP([host[, port[, local_hostname]]])