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 mark.dickinson
Recipients Arfrever, alex, belopolsky, casevh, mark.dickinson, pitrou, rhettinger, skrah, tim.peters
Date 2014-09-22.17:29:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411406955.56.0.807436019742.issue22444@psf.upfronthosting.co.za>
In-reply-to
Content
> If we take this route, what float('inf') // 1 and float('nan') // 1 should return?

Probably exactly the same as they do right now.  I think there's an argument that `float('inf') // 1` "should have been" `float('inf')`.  But I'm not sure there's much of a case for *changing* the current return value.
History
Date User Action Args
2014-09-22 17:29:15mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, belopolsky, pitrou, casevh, Arfrever, alex, skrah
2014-09-22 17:29:15mark.dickinsonsetmessageid: <1411406955.56.0.807436019742.issue22444@psf.upfronthosting.co.za>
2014-09-22 17:29:15mark.dickinsonlinkissue22444 messages
2014-09-22 17:29:15mark.dickinsoncreate