diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-18 03:53:49 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-18 03:53:49 (GMT) |
commit | 08e54270f2dae5014f04d627739f71ecce5ad19e (patch) | |
tree | 9cec5ea75618dab48d2d0c9cbdc4e56603f44d83 /setup.py | |
parent | e58962af4de4ff3a331be66c4413d1609de40633 (diff) | |
download | cpython-08e54270f2dae5014f04d627739f71ecce5ad19e.zip cpython-08e54270f2dae5014f04d627739f71ecce5ad19e.tar.gz cpython-08e54270f2dae5014f04d627739f71ecce5ad19e.tar.bz2 |
SF patch 670012: Compatibility changes for _strptime.py.
Patch from Brett Cannon:
First, the 'y' directive now handles [00, 68] as a suffix for the
21st century while [69, 99] is treated as the suffix for the 20th
century (this is for Open Group compatibility).
strptime now returns default values that make it a valid date ...
the ability to pass in a regex object to use instead of a format
string (and the inverse ability to have strptime return a regex object)
has been removed. This is in preparation for a future patch that will
add some caching internally to get a speed boost.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions