Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

r76531 - python/trunk/Doc/library/datetime.rst

 

 

Python checkins RSS feed   Index | Next | Previous | View Threaded


python-checkins at python

Nov 25, 2009, 4:20 PM

Post #1 of 1 (202 views)
Permalink
r76531 - python/trunk/Doc/library/datetime.rst

Author: antoine.pitrou
Date: Thu Nov 26 00:03:22 2009
New Revision: 76531

Log:
Forgot to add a `versionadded` tag



Modified:
python/trunk/Doc/library/datetime.rst

Modified: python/trunk/Doc/library/datetime.rst
==============================================================================
--- python/trunk/Doc/library/datetime.rst (original)
+++ python/trunk/Doc/library/datetime.rst Thu Nov 26 00:03:22 2009
@@ -276,6 +276,8 @@
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:

_______________________________________________
Python-checkins mailing list
Python-checkins [at] python
http://mail.python.org/mailman/listinfo/python-checkins

Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.