cpython/Lib/email/test
R. David Murray 219d1c8ae3 #1194222: make parsedate always return RFC2822 four character years.
Two character years are now converted to four character years using
the Posix standard rule (<68 == 2000, >=68==1900).  This makes the
parsed date RFC2822 compliant even if the input is not.

Patch and test by Jeffrey Finkelstein.
2010-08-25 00:45:55 +00:00
..
data
__init__.py
test_email.py #1194222: make parsedate always return RFC2822 four character years. 2010-08-25 00:45:55 +00:00
test_email_codecs.py
test_email_torture.py