No strptime?

Lyle Johnson jlj at cfdrc.com
Wed May 3 19:30:55 EDT 2000


It's only supported for certain platforms (basically, those for which
the underlying C library provides the same function). The same is true
for time.clock(), time.mktime() and time.strftime().

"Daley, MarkX" wrote:
> 
> I couldn't figure out why time.strptime kept returning an attribute error,
> until I imported time and used the dir() function on it.  That function
> wasn't there!  Has it been taken out, or is it just missing from my install?
> 
> - Mark



More information about the Python-list mailing list