• R. David Murray's avatar
    Merged revisions 84310 via svnmerge from · 1061f18b
    R. David Murray authored
    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.
    ........
    1061f18b
_parseaddr.py 15.2 KB