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

Barry A. Warsaw barry@zope.com
Mon, 4 Mar 2002 10:36:57 -0500


>>>>> "MAL" == M  <mal@lemburg.com> writes:


    MAL> 	DateTime + n: add n days (each having 86400.0 seconds,
    MAL> so fractions are possible too)

    MAL> 	DateTimeDelta + n: add n seconds

That strikes me as rules that will be impossible to keep straight,
especially for casual use.

-Barry