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 rhettinger
Recipients belopolsky, casevh, rhettinger, skrah
Date 2014-09-20.06:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411194452.91.0.0149525317066.issue22444@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're misreading the PEP.   Floor division is defined to return a value *equal* to floor(x/y) but the type is unrestricted.  That let's us correctly implement floor division for a variety of types including ints, floats, decimals, and fractions.
History
Date User Action Args
2014-09-20 08:17:12rhettingerunlinkissue22444 messages
2014-09-20 06:27:32rhettingersetrecipients: + rhettinger, belopolsky, casevh, skrah
2014-09-20 06:27:32rhettingersetmessageid: <1411194452.91.0.0149525317066.issue22444@psf.upfronthosting.co.za>
2014-09-20 06:27:32rhettingerlinkissue22444 messages
2014-09-20 06:27:32rhettingercreate