[Python-checkins] r86189 - python/branches/release27-maint/Doc/library/smtplib.rst

georg.brandl python-checkins at python.org
Fri Nov 5 08:37:51 CET 2010


Author: georg.brandl
Date: Fri Nov  5 08:37:51 2010
New Revision: 86189

Log:
#10315: Fix version tag.

Modified:
   python/branches/release27-maint/Doc/library/smtplib.rst

Modified: python/branches/release27-maint/Doc/library/smtplib.rst
==============================================================================
--- python/branches/release27-maint/Doc/library/smtplib.rst	(original)
+++ python/branches/release27-maint/Doc/library/smtplib.rst	Fri Nov  5 08:37:51 2010
@@ -48,8 +48,7 @@
    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]]])


More information about the Python-checkins mailing list