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 belopolsky
Recipients Arfrever, alex, belopolsky, casevh, mark.dickinson, pitrou, rhettinger, skrah, tim.peters
Date 2014-09-22.17:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411406620.96.0.652849044208.issue22444@psf.upfronthosting.co.za>
In-reply-to
Content
[Raymond]
> The PEP should be revised to say that floor division is defined to 
> return a value that is *equal* to an Integral but not place any
> restriction on the return type.

If we take this route, what float('inf') // 1 and float('nan') // 1 should return?
History
Date User Action Args
2014-09-22 17:23:41belopolskysetrecipients: + belopolsky, tim.peters, rhettinger, mark.dickinson, pitrou, casevh, Arfrever, alex, skrah
2014-09-22 17:23:40belopolskysetmessageid: <1411406620.96.0.652849044208.issue22444@psf.upfronthosting.co.za>
2014-09-22 17:23:40belopolskylinkissue22444 messages
2014-09-22 17:23:40belopolskycreate