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 elias
Recipients elias, jyasskin, mark.dickinson, rhettinger, serhiy.storchaka
Date 2018-03-24.03:11:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521861102.05.0.467229070634.issue32968@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, you have some good points. I didn't fully think about the implications of my change. I undid the change to _operator_fallbacks.

I updated the tests to expect 1.0 // 1/10 to equal 9.0 and 1.0 % 1/10 to equal 0.09999999999999995. That latter number seems a bit awkward though. Can I expect the result to always come out like that, or could it depend on the hardware the test is run on? If we can't depend on that result, do you have any suggestions?
History
Date User Action Args
2018-03-24 03:11:42eliassetrecipients: + elias, rhettinger, mark.dickinson, jyasskin, serhiy.storchaka
2018-03-24 03:11:42eliassetmessageid: <1521861102.05.0.467229070634.issue32968@psf.upfronthosting.co.za>
2018-03-24 03:11:42eliaslinkissue32968 messages
2018-03-24 03:11:41eliascreate