]> granicus.if.org Git - python/commitdiff
Forgot to add a `versionadded` tag
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 Nov 2009 23:03:22 +0000 (23:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 25 Nov 2009 23:03:22 +0000 (23:03 +0000)
Doc/library/datetime.rst

index bcc95309037661f009420bdfa39f9c469be6609e..4bfd9a30b42e89a4ad2c2747ac77e94ef0a8f98f 100644 (file)
@@ -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: