]> granicus.if.org Git - python/commit
Patch by Per Cederqvist, seemingly approved by The Dragon:
authorGuido van Rossum <guido@python.org>
Wed, 21 Apr 1999 16:52:20 +0000 (16:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 21 Apr 1999 16:52:20 +0000 (16:52 +0000)
commit20c92283ab670079096377775fbd997efcd1d84a
tree139f596344a23d41d5a837c2b2f4f194f89305a0
parent4747f7f61dea2cd217f81b78fd423991495730fc
Patch by Per Cederqvist, seemingly approved by The Dragon:

Two problems: The SMTPRecipientsRefused class should not inherit
SMTPResponseException, since it doesn't provide the smtp_code and
smtp_error attributes.  My patch for not adding an extra CRLF was
apparently forgotten.  The enclosed patch fixes these two problems.
Lib/smtplib.py