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 mark.dickinson
Recipients Alexander.Belopolsky, amaury.forgeotdarc, eric.araujo, fredrikj, jess.austin, jribbens, mark.dickinson, r.david.murray, [email protected], vstinner, webograph
Date 2010-04-19.20:09:26
SpamBayes Score 0.024401292
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Why is divmod(timedelta, timedelta) supported but not timedelta % timedelta?  I think if one is implemented, the other should be too.
History
Date User Action Args
2010-04-19 20:09:28mark.dickinsonsetrecipients: + mark.dickinson, jribbens, amaury.forgeotdarc, vstinner, jess.austin, fredrikj, webograph, eric.araujo, r.david.murray, [email protected], Alexander.Belopolsky
2010-04-19 20:09:28mark.dickinsonsetmessageid: <[email protected]>
2010-04-19 20:09:26mark.dickinsonlinkissue2706 messages
2010-04-19 20:09:26mark.dickinsoncreate