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 zach.ware
Recipients xxm, zach.ware
Date 2019-07-30.03:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564458984.54.0.957231142713.issue37713@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug; division changed in Python 3 such that `/` is the "true division" operator, whereas `//` is the "integer division" operator.

Note that this was actually added in Python 2.2, though it was guarded by `from __future__ import division` for the remainder of the 2.x line.
History
Date User Action Args
2019-07-30 03:56:24zach.waresetrecipients: + zach.ware, xxm
2019-07-30 03:56:24zach.waresetmessageid: <1564458984.54.0.957231142713.issue37713@roundup.psfhosted.org>
2019-07-30 03:56:24zach.warelinkissue37713 messages
2019-07-30 03:56:24zach.warecreate