Message103653
On Tue, Apr 20, 2010 at 6:46 AM, Mark Dickinson <[email protected]>wrote:
>
> Mark Dickinson <[email protected]> added the comment:
>
> Tennessee, are you still tracking this issue? If not, can I steal it from
> you. :)
>
Hi Mark,
Please feel free to steal it from me! Wonderful to see some movement on this
issue...
> > I found out that timedelta % int is not supported in the
> > released versions while timedelta // int is.
>
> Mmm. Interesting. :)
>
> I think it would be fine to add timedelta % timedelta in this patch, and
> then open another feature request for timedelta % int and friends as you
> suggest. I don't think divmod(timedelta, timedelta) should go in if
> timedelta % timedelta doesn't also go in.
>
I'm an incrementalist -- I'm happy with one step at a time, so for what it's
worth I'd be happy to see divmod go in alone with % to be added later.
However, seeing as I'm really contributing, I'd say feel free to disregard
my vote of +1... :)
Regards,
-Tennessee |
|
| Date |
User |
Action |
Args |
| 2010-04-19 22:47:30 | [email protected] | set | recipients:
+ [email protected], jribbens, amaury.forgeotdarc, mark.dickinson, vstinner, jess.austin, fredrikj, webograph, eric.araujo, r.david.murray, Alexander.Belopolsky |
| 2010-04-19 22:47:27 | [email protected] | link | issue2706 messages |
| 2010-04-19 22:47:27 | [email protected] | create | |
|