[Python-Dev] datetime +/- scalars (int, long, float)?

Guido van Rossum guido@python.org
Mon, 04 Mar 2002 11:05:21 -0500


Discussion over.  I've removed the ability to add plain numbers to
datetime and timedelta objects.  I'll add the ability to create a
timedelta from a floating point number of days, seconds or
microseconds though.

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