[Python-Dev] Broken strptime in Python 2.3a1 & CVS

Brett Cannon bac@OCF.Berkeley.EDU
Wed, 8 Jan 2003 15:58:10 -0800 (PST)


[Kevin Jacobs]

> Hi all,
>
> I've just noticed a problem in one of our financial systems that was caused
> by the new pure-Python strptime module by Brett Cannon.

Lucky me.  =)

<snip>
> Python 2.3-cvs (with #undef HAVE_STRPTIME hard-coded):

Just for future reference, you can just import ``_strptime`` and use
``_strptime.strptime()`` instead of having to fiddle with ``time``.

OK, so I will take a look, but if anyone beats me to a solution I will
have no qualms about it.  =)

-Brett