]> granicus.if.org Git - python/commit
Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 Nov 2009 22:59:36 +0000 (22:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 Nov 2009 22:59:36 +0000 (22:59 +0000)
commitbcfaf8007d8d14e3a6e65d13ad693b4874688cab
tree1423462840d4c68918760c667ad79f81e0c611ef
parent0d9f61a5437463c143a275a7b6bda257160dad76
Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning
the total number of seconds in the duration.  Patch by Brian Quinlan.
Doc/library/datetime.rst
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c