]> granicus.if.org Git - python/commit
Avoid crash in parsedate_tz() on certain invalid dates -- when the
authorGuido van Rossum <guido@python.org>
Wed, 23 Dec 1998 21:58:38 +0000 (21:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Dec 1998 21:58:38 +0000 (21:58 +0000)
commit99e11315360d700ca7abb251e3a6774de6f46be1
tree5c2cddd476443c4b2cd696d5254ca71c24fdc3a0
parent2d3b0d725ac255c9c9caad7db5ae00489922ccf9
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.
Lib/rfc822.py