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

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Mon, 12 Jul 1999 14:37:02 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory anthem:/projects/python/develop/bwarsaw/python/dist/src/Lib

Modified Files:
	rfc822.py 
Log Message:
AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out
for gotonext() pushing self.pos past the end of the string.  This can
happen if the message has a To field like "To: :" and you call
msg.getaddrlist('to').