[Python-checkins] CVS: python/dist/src/Lib smtplib.py

Guido van Rossum guido@cnri.reston.va.us
Wed, 21 Apr 1999 12:52:21 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	smtplib.py 
Log Message:
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.