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 eryksun
Recipients eryksun, nvutri
Date 2017-04-07.04:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491538756.78.0.526397567537.issue30009@psf.upfronthosting.co.za>
In-reply-to
Content
Use %r instead of %s to show the repr. Hopefully that should clear things up for you. int() truncates toward 0. The float in this case is slightly less than 1.
History
Date User Action Args
2017-04-07 04:19:16eryksunsetrecipients: + eryksun, nvutri
2017-04-07 04:19:16eryksunsetmessageid: <1491538756.78.0.526397567537.issue30009@psf.upfronthosting.co.za>
2017-04-07 04:19:16eryksunlinkissue30009 messages
2017-04-07 04:19:16eryksuncreate