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.