Commit 384db7ff authored by R David Murray's avatar R David Murray

#16914: reflow paragraph and add missing versionchanged.

parent 11211edb
......@@ -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='')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment