]> granicus.if.org Git - python/commit
parsedate_tz(): If data is false, return None. Fixes bug #478115,
authorBarry Warsaw <barry@python.org>
Tue, 13 Nov 2001 18:00:40 +0000 (18:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 13 Nov 2001 18:00:40 +0000 (18:00 +0000)
commit4a106ee9e1551fc12c9a767b660c6cdf7b5d9823
treea8387a0016b7972950594bab029458ffb6eceaa3
parentbf5ca65c2d34046dd8f2dfb89164f3e55f6a3396
parsedate_tz(): If data is false, return None.  Fixes bug #478115,
IndexError when a Date: field exists with an empty value.
Lib/rfc822.py