]> granicus.if.org Git - python/commit
Pure Python strptime implementation by Brett Cannon. See SF patch 474274.
authorGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 17:04:46 +0000 (17:04 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 17:04:46 +0000 (17:04 +0000)
commit00efe7e7989b1a28e09ca2158f214494d2064c19
tree6e644c4a8ca731d17e0b63ac7f42bf0e835f9568
parent206d8f818ff100caf0f959c746f2eaf6e9bebda0
Pure Python strptime implementation by Brett Cannon.  See SF patch 474274.
Also adds tests.
Lib/_strptime.py [new file with mode: 0644]
Lib/test/test_strptime.py [new file with mode: 0644]
Lib/test/test_time.py