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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, amaury.forgeotdarc, eric.araujo, fredrikj, jess.austin, jribbens, mark.dickinson, r.david.murray, tleeuwenburg@gmail.com, vstinner, webograph
Date 2010-04-19.20:29:13
SpamBayes Score 0.00018620021
Marked as misclassified No
Message-id <x2qd38f5331004191321p4942e09bz3062fcea2905ccd2@mail.gmail.com>
In-reply-to <1271707768.64.0.772381155564.issue2706@psf.upfronthosting.co.za>
Content
On Mon, Apr 19, 2010 at 4:09 PM, Mark Dickinson <report@bugs.python.org>wrote:

I noticed that as I was porting Victor's patch.   I did not add  timedelta %
timedelta because I found out that timedelta % int is not supported in the
released versions while timedelta // int is.

I was contemplating opening a separate RFE for divmod(timedelta, int)
and timedelta % int because I feel that increasing the number of added
features will reduce the likelihood of patch being accepted.  Personally, I
only had need for  timedelta // timedelta in my code and not any other
proposed features.
Files
File name Uploaded
unnamed Alexander.Belopolsky, 2010-04-19.20:29:13
History
Date User Action Args
2010-04-19 20:29:22Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, jribbens, amaury.forgeotdarc, mark.dickinson, vstinner, jess.austin, fredrikj, webograph, eric.araujo, r.david.murray, tleeuwenburg@gmail.com
2010-04-19 20:29:13Alexander.Belopolskylinkissue2706 messages
2010-04-19 20:29:13Alexander.Belopolskycreate