[Python-Dev] Python strptime

Guido van Rossum guido@python.org
Mon, 17 Jun 2002 21:46:35 -0400


> Well, since locale info is not directly accessible for time-specific
> things in Python (let alone in C in a standard way), I have to do
> multiple calls to strftime to get the names of the weekdays.

I guess so -- the calendar module does the same (and then makes them
available).

--Guido van Rossum (home page: http://www.python.org/~guido/)