mirror of https://github.com/python/cpython
#16914: reflow paragraph and add missing versionchanged.
This commit is contained in:
parent
11c5aba6c9
commit
2e6ad4267c
|
@ -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='')
|
||||
|
|
Loading…
Reference in New Issue