]> granicus.if.org Git - python/commit
SF patch 670012: Compatibility changes for _strptime.py.
authorTim Peters <tim.peters@gmail.com>
Sat, 18 Jan 2003 03:53:49 +0000 (03:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 18 Jan 2003 03:53:49 +0000 (03:53 +0000)
commit08e54270f2dae5014f04d627739f71ecce5ad19e
tree9cec5ea75618dab48d2d0c9cbdc4e56603f44d83
parente58962af4de4ff3a331be66c4413d1609de40633
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.
Lib/_strptime.py
Lib/test/test_strptime.py