diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-16 21:24:52 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-16 21:24:52 (GMT) |
commit | 2e6ad4267c68505ed0cafaa1704f788b327771ff (patch) | |
tree | 7c4ae5cd00472a85c6c9528b57434c915fd1cca9 /Doc | |
parent | 11c5aba6c9f72e8d46f33e4a3994d0626edaff93 (diff) | |
download | cpython-2e6ad4267c68505ed0cafaa1704f788b327771ff.zip cpython-2e6ad4267c68505ed0cafaa1704f788b327771ff.tar.gz cpython-2e6ad4267c68505ed0cafaa1704f788b327771ff.tar.bz2 |
#16914: reflow paragraph and add missing versionchanged.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/smtplib.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 2805a93..44473fe 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -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='') |