[Python-Dev] Python strptime

Brett Cannon bac@OCF.Berkeley.EDU
Tue, 18 Jun 2002 11:22:44 -0700 (PDT)


On Tue, 18 Jun 2002, Guido van Rossum wrote:

> > Currently month and weekday names are constants hardcoded in
> > english in calendar.py.
>
> No they're not.  You're a year behind. ;-)
>

Didn't realize that; undocumented feature.  I will change my code to use
calendar for getting the names of the days of the week and months.

I still have my code, though, that figures out the format strings for
date, time, and date/time if Martin wants to use that in locale.

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

-Brett C.