mirror of
https://github.com/python/cpython.git
synced 2026-05-29 07:35:02 -04:00
219d1c8ae3
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.