]> granicus.if.org Git - python/commitdiff
#16914: reflow paragraph and add missing versionchanged.
authorR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 21:24:52 +0000 (17:24 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 21:24:52 +0000 (17:24 -0400)
Doc/library/smtplib.rst

index 2805a93352d63025715550ccaa202af8d0e5334c..44473fe65bf99c74fa39290dad2b10fb3171542a 100644 (file)
@@ -189,9 +189,12 @@ An :class:`SMTP` instance has the following methods:
 
 .. method:: SMTP.set_debuglevel(level)
 
-   Set the debug output level.  A value of 1 or ``True`` for *level* results in debug
-   messages for connection and for all messages sent to and received from the server.
-   A value of 2 for *level* results in these messages being timestamped.
+   Set the debug output level.  A value of 1 or ``True`` for *level* results in
+   debug messages for connection and for all messages sent to and received from
+   the server.  A value of 2 for *level* results in these messages being
+   timestamped.
+
+   .. versionchanged:: 3.5 Added debuglevel 2.
 
 
 .. method:: SMTP.docmd(cmd, args='')