From: Antoine Pitrou Date: Wed, 25 Nov 2009 23:03:22 +0000 (+0000) Subject: Forgot to add a `versionadded` tag X-Git-Tag: v2.7a1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e236c3c8c2799b4fc23f95206af61fa8f882a49c;p=python Forgot to add a `versionadded` tag --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index bcc9530903..4bfd9a30b4 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -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: