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 pitrou
Recipients belopolsky, casevh, pitrou, rhettinger, skrah
Date 2014-09-20.17:49:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411235387.69.0.548927066699.issue22444@psf.upfronthosting.co.za>
In-reply-to
Content
> What are the use-cases for float // float where integer result is not acceptable?

I can't think of any. I was mostly making the case for conservatism here.

The indexing use case is interesting, although I suppose enumerate() should eliminate most instances of it.
History
Date User Action Args
2014-09-20 17:49:47pitrousetrecipients: + pitrou, rhettinger, belopolsky, casevh, skrah
2014-09-20 17:49:47pitrousetmessageid: <1411235387.69.0.548927066699.issue22444@psf.upfronthosting.co.za>
2014-09-20 17:49:47pitroulinkissue22444 messages
2014-09-20 17:49:47pitroucreate