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 tim.peters
Recipients alex, belopolsky, casevh, pitrou, rhettinger, skrah, tim.peters
Date 2014-09-20.21:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411249725.14.0.722075905042.issue22444@psf.upfronthosting.co.za>
In-reply-to
Content
Floor division on floats is an unattractive nuisance and should be removed, period - so there ;-)

But short of that, I favor leaving it alone.  Whose life would be improved by changing it to return an int?  Not mine - and doing so anyway is bound to break existing code.  +1 on changing the PEP instead (as Raymond suggested).
History
Date User Action Args
2014-09-20 21:48:45tim.peterssetrecipients: + tim.peters, rhettinger, belopolsky, pitrou, casevh, alex, skrah
2014-09-20 21:48:45tim.peterssetmessageid: <1411249725.14.0.722075905042.issue22444@psf.upfronthosting.co.za>
2014-09-20 21:48:45tim.peterslinkissue22444 messages
2014-09-20 21:48:44tim.peterscreate