mirror of https://github.com/python/cpython
7c4bf55ffd
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. ........ |
||
---|---|---|
.. | ||
mime | ||
test | ||
__init__.py | ||
_parseaddr.py | ||
base64mime.py | ||
charset.py | ||
encoders.py | ||
errors.py | ||
feedparser.py | ||
generator.py | ||
header.py | ||
iterators.py | ||
message.py | ||
parser.py | ||
quoprimime.py | ||
utils.py |