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

Jeremy Hylton jhylton@newcnri.cnri.reston.va.us
Thu, 13 Aug 1998 15:57:49 -0400


Update of /projects/cvsroot/python/dist/src/Lib
In directory bitdiddle:/local/home/jhylton/local/python/src/Lib

Modified Files:
	smtplib.py 
Log Message:
Change interface to sendmail: if the destination address is a string
instead of a list, turn it into a list containing that string.  This
avoids an apparently common newbie mistake -- passing in a single
string for the destination and have it treated as a sequence of
characters.