mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
Forgot to add a versionadded
tag
This commit is contained in:
parent
bcfaf8007d
commit
e236c3c8c2
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ Instance methods:
|
|||
Return the total number of seconds contained in the duration. Equivalent to
|
||||
``td.microseconds / 1000000 + td.seconds + td.days * 24 * 3600``.
|
||||
|
||||
.. versionadded:: 2.7
|
||||
|
||||
|
||||
Example usage:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue