[Python-Dev] Broken strptime in Python 2.3a1 & CVS (original) (raw)

Raymond Hettinger python@rcn.com
Tue, 14 Jan 2003 09:35:26 -0500


We still need to make a final decision about this. Instead of #undef HAVESTRPTIME, the code in timemodule.c that uses strptime.py should simply be included unconditionally.

Arguments for always using strptime.py: - consistency across platforms - avoids buggy or non-conforming platform strptime() implementations Arguments for using the platform strptime() if it exists: - speed - may contain platform-specific extensions - consistency with other apps on the same platform

My vote is for always using _strptime.py.

my-two-cents-ly yours,

Raymond Hettinger

################################################################# ################################################################# ################################################################# ##### ##### ##### ################################################################# ################################################################# #################################################################

################################################################# ################################################################# ################################################################# ##### ##### ##### ################################################################# ################################################################# #################################################################