[Python-Dev] Broken strptime in Python 2.3a1 & CVS (original) (raw)
Brett Cannon bac@OCF.Berkeley.EDU
Wed, 8 Jan 2003 15:58:10 -0800 (PST)
- Previous message: [Python-Dev] Broken strptime in Python 2.3a1 & CVS
- Next message: [Python-Dev] Broken strptime in Python 2.3a1 & CVS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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. =)
> _Python 2.3-cvs (with #undef HAVESTRPTIME 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
- Previous message: [Python-Dev] Broken strptime in Python 2.3a1 & CVS
- Next message: [Python-Dev] Broken strptime in Python 2.3a1 & CVS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]