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 FR4NKESTI3N
Recipients FR4NKESTI3N, Jorge Teran, serhiy.storchaka
Date 2019-01-06.12:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546779225.06.0.284705836582.issue35672@roundup.psfhosted.org>
In-reply-to
Content
@Jorge Teran
The division operator was changed in python 3. Now, if you use '/' for division between ints, the result would still be float. To get the same effect as python 2.x, you will have to use '//', i.e. floor division
History
Date User Action Args
2019-01-06 12:53:46FR4NKESTI3Nsetrecipients: + FR4NKESTI3N, serhiy.storchaka, Jorge Teran
2019-01-06 12:53:45FR4NKESTI3Nsetmessageid: <1546779225.06.0.284705836582.issue35672@roundup.psfhosted.org>
2019-01-06 12:53:45FR4NKESTI3Nlinkissue35672 messages
2019-01-06 12:53:45FR4NKESTI3Ncreate