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

Guido van Rossum guido@cnri.reston.va.us
Wed, 23 Dec 1998 16:58:40 -0500 (EST)


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

Modified Files:
	rfc822.py 
Log Message:
Avoid crash in parsedate_tz() on certain invalid dates -- when the
field assumed to be the time is in fact the year, the resulting list
doesn't have enough items, and this isn't checked for.  Return None
instead.