Staging
v0.8.1
https://github.com/python/cpython
Revision 219d1c8ae320bf1b016f4a4fc5dee50f729048be authored by R. David Murray on 25 August 2010, 00:45:55 UTC, committed by R. David Murray on 25 August 2010, 00:45:55 UTC
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.
1 parent 1970b62
History
Tip revision: 219d1c8ae320bf1b016f4a4fc5dee50f729048be authored by R. David Murray on 25 August 2010, 00:45:55 UTC
#1194222: make parsedate always return RFC2822 four character years.
Tip revision: 219d1c8
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 538 bytes
.hgignore -rw-r--r-- 752 bytes
.hgtags -rw-r--r-- 3.7 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 40.2 KB
README -rw-r--r-- 6.7 KB
configure -rwxr-xr-x 390.5 KB
configure.in -rw-r--r-- 119.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.3 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 76.7 KB

README

back to top