[Ironpython-users] IronPython, Daily Digest 3/2/2012
no_reply at codeplex.com
no_reply at codeplex.com
Sat Mar 3 18:15:30 CET 2012
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] Implement timedelta.total_seconds()
----------------------------------------------
ISSUES
1. [New issue] Implement timedelta.total_seconds()
http://ironpython.codeplex.com/workitem/32342
User cmello has proposed the issue:
"From http://docs.python.org/library/datetime.html :
timedelta.total_seconds()
Return the total number of seconds contained in the duration. Equivalent to (td.microseconds + (td.seconds + td.days * 24 * 3600) * 10**6) /10**6 computed with true division enabled.
Note that for very large time intervals (greater than 270 years on most platforms) this method will lose microsecond accuracy.
New in version 2.7."
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120303/cce0f79b/attachment.html>
More information about the Ironpython-users
mailing list