]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add login() method and SMTPAuthenticationError exception. SF patch
authorGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 15:57:46 +0000 (15:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Sep 2001 15:57:46 +0000 (15:57 +0000)
commitae01046f7bf846dd984e89cf84e83d6ad0f45afd
treed7411bd75833a8a1e05599dc3de6a174d09947ec
parentf166994b8346708a867df823def3ab12e02d43e9
Add login() method and SMTPAuthenticationError exception.  SF patch
#460112 by Gerhard Haering.

(With slight layout changes to conform to docstrings guidelines and to
prevent a line longer than 78 characters.  Also fixed some docstrings
that Gerhard didn't touch.)
Lib/smtplib.py