]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
authorBarry Warsaw <barry@python.org>
Thu, 9 Jul 2015 14:42:37 +0000 (10:42 -0400)
committerBarry Warsaw <barry@python.org>
Thu, 9 Jul 2015 14:42:37 +0000 (10:42 -0400)
commitf5b062997b3f9fccc8d4f2491db4a9d0a58bdba1
tree33fa07fdcc001d760c137de905c2180ed3e6629a
parent99168adec0b504bdee5f26efce4112714934043a
parentc5ea754e484d73f04b1a361d82d0eed1b51dfdc8
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
  initial-response argument to the SMTP AUTH command.
Misc/NEWS