[Python-checkins] cpython: #16914: reflow paragraph and add missing versionchanged.

r.david.murray python-checkins at python.org
Thu Apr 16 23:25:06 CEST 2015


https://hg.python.org/cpython/rev/724473a18ada
changeset:   95699:724473a18ada
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Apr 16 17:24:52 2015 -0400
summary:
  #16914: reflow paragraph and add missing versionchanged.

files:
  Doc/library/smtplib.rst |  9 ++++++---
  1 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -189,9 +189,12 @@
 
 .. 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='')

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list