#16914: reflow paragraph and add missing versionchanged.

This commit is contained in:
R David Murray 2015-04-16 17:24:52 -04:00
parent 11c5aba6c9
commit 2e6ad4267c
1 changed files with 6 additions and 3 deletions

View 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='')