mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
d7e8a0dd37
commit
469cdad822
83 changed files with 5817 additions and 5828 deletions
|
@ -530,7 +530,7 @@ class SMTP:
|
|||
|
||||
def encode_plain(user, password):
|
||||
return encode_base64("%s\0%s\0%s" % (user, user, password), eol="")
|
||||
|
||||
|
||||
|
||||
AUTH_PLAIN = "PLAIN"
|
||||
AUTH_CRAM_MD5 = "CRAM-MD5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue