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 Au Vo
Recipients Au Vo, mark.dickinson, remi.lapeyre, rhettinger, skrah, steven.daprano, tim.peters
Date 2019-02-19.05:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550553289.15.0.841541769212.issue36028@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the quick turnaround. I have done a little bit more thorough investigation and it does indeed the floating point that causes the behavior. The screenshot attached is done via Python3 from trinket.io. I will submit a screenshot of the Python 2 screenshot from trinket.io for comparison. Even though floating point is the underlying concept, Python 2 and 3 do not converge in the result. 

On the side note, The behavior could be more easily expressed as follows:

2// .2 == 9.0
2000000000/.2 == 9999999999.0
History
Date User Action Args
2019-02-19 05:14:49Au Vosetrecipients: + Au Vo, tim.peters, rhettinger, mark.dickinson, steven.daprano, skrah, remi.lapeyre
2019-02-19 05:14:49Au Vosetmessageid: <1550553289.15.0.841541769212.issue36028@roundup.psfhosted.org>
2019-02-19 05:14:49Au Volinkissue36028 messages
2019-02-19 05:14:49Au Vocreate