]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84310 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 25 Aug 2010 01:45:57 +0000 (01:45 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 25 Aug 2010 01:45:57 +0000 (01:45 +0000)
commit7c4bf55ffdc9d88795381d5d0fb5481f226a9d57
tree15bd8b5a715e39c34c7adcc1e32a7c3e62df1ade
parent9128732de668e5777e135a423d3fa8b9bbd71fe1
Merged revisions 84310 via svnmerge from
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.
........
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Misc/ACKS
Misc/NEWS