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 brett.cannon
Recipients brett.cannon, dongjs, xtreak
Date 2019-11-29.17:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575050236.78.0.335059132147.issue38939@roundup.psfhosted.org>
In-reply-to
Content
If you're using Python 2.7 then that would explain what you're seeing. You can either upgrade to Python 3 or use `from __future__ import division` to get the result you're after.
History
Date User Action Args
2019-11-29 17:57:16brett.cannonsetrecipients: + brett.cannon, xtreak, dongjs
2019-11-29 17:57:16brett.cannonsetmessageid: <1575050236.78.0.335059132147.issue38939@roundup.psfhosted.org>
2019-11-29 17:57:16brett.cannonlinkissue38939 messages
2019-11-29 17:57:16brett.cannoncreate