mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
This commit is contained in:
parent
9797b7ae44
commit
78deb7f332
2 changed files with 3 additions and 3 deletions
|
@ -615,7 +615,7 @@ class SMTP:
|
|||
|
||||
It will be called to process the server's challenge response; the
|
||||
challenge argument it is passed will be a bytes. It should return
|
||||
bytes data that will be base64 encoded and sent to the server.
|
||||
an ASCII string that will be base64 encoded and sent to the server.
|
||||
|
||||
Keyword arguments:
|
||||
- initial_response_ok: Allow sending the RFC 4954 initial-response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue