]> 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:39:55 +0000 (10:39 -0400)
committerBarry Warsaw <barry@python.org>
Thu, 9 Jul 2015 14:39:55 +0000 (10:39 -0400)
commitc5ea754e484d73f04b1a361d82d0eed1b51dfdc8
tree9b311e7a3649ea679a47a81ea085efe3c6ace849
parentb85b427507a8034878d08c2abe2d6b1b7eab97d0
- Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional
  initial-response argument to the SMTP AUTH command.
Doc/library/smtplib.rst
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS