[Python-Dev] Broken strptime in Python 2.3a1 & CVS (original) (raw)
Guido van Rossum guido@python.org
Mon, 13 Jan 2003 23:06:41 -0500
- 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 ]
I think we should lose the C version of strptime and use strptime.py everywhere now -- allowing x-platform accidents to sneak thru is un-Pythonic (unless they're valuable x-platform accidents -- strptime accidents are random crap).
Guess what. Through clever use of the time-machine, we are using _strptime.py everwhere now. There's an #undef HAVE_STRPTIME in timemodule.c.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- 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 ]