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 exarkun
Recipients belopolsky, exarkun, lemburg, madison.may, mark.dickinson, pitrou, tim.peters
Date 2013-08-03.17:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375552254.26.0.949469155399.issue18629@psf.upfronthosting.co.za>
In-reply-to
Content
> I think that's a very obscure interpretation of floor division for
timedeltas :-)

Note - I don't care about this.  I just want `timedelta / int` to do the same thing in Python 2.7 with __future__.division as `timedelta / int` does in Python 3.

Please don't reject this because of some unrelated discussion about how floor division should be implemented for timedelta.
History
Date User Action Args
2013-08-03 17:50:54exarkunsetrecipients: + exarkun, lemburg, tim.peters, mark.dickinson, belopolsky, pitrou, madison.may
2013-08-03 17:50:54exarkunsetmessageid: <1375552254.26.0.949469155399.issue18629@psf.upfronthosting.co.za>
2013-08-03 17:50:54exarkunlinkissue18629 messages
2013-08-03 17:50:54exarkuncreate