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 amaury.forgeotdarc, belopolsky, jribbens, vstinner, webograph
Date 2008-11-14.18:03:00
SpamBayes Score 7.187363e-08
Marked as misclassified No
Message-id <d38f5330811141002jcbc1c83o92cec251767dfc35@mail.gmail.com>
In-reply-to <1226685090.07.0.981211056922.issue2706@psf.upfronthosting.co.za>
Content
On Fri, Nov 14, 2008 at 12:51 PM, STINNER Victor <report@bugs.python.org> wrote:
>
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
>
> Why not also implementing divmod()? It's useful to split a timedelta
> into, for example, (hours, minutes, seconds):

I agree and in this case mod should probably be implemented too.

With your patch:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unsupported operand type(s) for %: 'datetime.timedelta' and
'datetime.timedelta'
History
Date User Action Args
2008-11-14 18:03:02belopolskysetrecipients: + belopolsky, jribbens, amaury.forgeotdarc, vstinner, webograph
2008-11-14 18:03:00belopolskylinkissue2706 messages
2008-11-14 18:03:00belopolskycreate