[Python-Dev] proposal: add basic time type to the standard library

Fredrik Lundh fredrik@pythonware.com
Tue, 26 Feb 2002 20:08:03 +0100


jim wrote:

> BTW, has there been any progress on this?

the current pepoid proposal is here:

    http://effbot.org/ideas/time-type.htm

major issues right now is 1. should the type know about
timezones (probably not), and 2. should it support basic
arithmetics (probably yes).

(and 3. find time to write a html-to-pep converter ;-)

cheers /F