]> granicus.if.org Git - python/commit
Issue #1289118: datetime.timedelta objects can now be multiplied by float
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 31 May 2010 17:33:47 +0000 (17:33 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 31 May 2010 17:33:47 +0000 (17:33 +0000)
commit1790bc43bf8430b219116f4af0423c3a732c9eb8
tree57771b07db60bebd3fb1d038fb7c5c541f3dcb6e
parent9103597ee7e318f5c7183a1b1c97e5322f1f77aa
Issue #1289118: datetime.timedelta objects can now be multiplied by float
and divided by float and int objects.
Doc/library/datetime.rst
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c