]> granicus.if.org Git - python/commit
Patch to call the Pure python strptime implementation if there's no
authorGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 17:06:47 +0000 (17:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 17:06:47 +0000 (17:06 +0000)
commitd3c46d54632703be3d3767e5f785ee83695c6f53
treeb7b3dde6eb3bdb087eba189ab818c6923e0c7d73
parent00efe7e7989b1a28e09ca2158f214494d2064c19
Patch to call the Pure python strptime implementation if there's no
C implementation.  See SF patch 474274, by Brett Cannon.

(As an experiment, I'm adding a line that #undefs HAVE_STRPTIME,
so that you'll always get the Python version.  This is so that it
gets some good exercise.  We should eventually delete that line.)
Modules/timemodule.c