]> granicus.if.org Git - python/commit
Merged revisions 76529 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 Nov 2009 23:02:32 +0000 (23:02 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 Nov 2009 23:02:32 +0000 (23:02 +0000)
commitbe6859d877193004781c5b0b69f87b3ab5704ea1
tree1a8448b965063fcea20203bfd949f215034155c0
parent7d7aede558bc93196a40bd00fd857f57d00dd5bc
Merged revisions 76529 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76529 | antoine.pitrou | 2009-11-25 23:59:36 +0100 (mer., 25 nov. 2009) | 4 lines

  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