]> granicus.if.org Git - python/commit
Merged revisions 84310 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 25 Aug 2010 01:55:24 +0000 (01:55 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 25 Aug 2010 01:55:24 +0000 (01:55 +0000)
commit1061f18bebb808c95cde8c8a0a7d55e7ed87dbc6
treeee4a9c73b9a4ca575445930055d872ff905a13f6
parente21624fb4558753ddc0b3fe2379d74d1f45f9d26
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