This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, mark.dickinson
Date 2010-05-07.16:36:01
SpamBayes Score 5.430351e-07
Marked as misclassified No
Message-id <1273250164.38.0.966149067498.issue8644@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a patch for py3k branch.  I am +1 for backporting to 2.7 and I avoided relying on py3k timedelta/timedelta in the patch.  The tests  and docs will need to be modified for the backport.

Technically speaking, this is a change in documented behavior for 2.7 because according to current docs, td.total_seconds() is equivalent to ``td.microseconds / 1000000 + td.seconds + td.days * 24 * 3600``.  Therefore I would appreciate if reviewer made a decision on backport.
History
Date User Action Args
2010-05-07 16:36:04belopolskysetrecipients: + belopolsky, mark.dickinson
2010-05-07 16:36:04belopolskysetmessageid: <1273250164.38.0.966149067498.issue8644@psf.upfronthosting.co.za>
2010-05-07 16:36:03belopolskylinkissue8644 messages
2010-05-07 16:36:02belopolskycreate