mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84310 | r.david.murray | 2010-08-24 20:45:55 -0400 (Tue, 24 Aug 2010) | 8 lines #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. ........ |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| test_email.py | ||
| test_email_codecs.py | ||
| test_email_codecs_renamed.py | ||
| test_email_renamed.py | ||
| test_email_torture.py | ||