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 paul.moore
Recipients mark.dickinson, paul.moore, wolma
Date 2015-04-20.12:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429534546.77.0.956994603291.issue23975@psf.upfronthosting.co.za>
In-reply-to
Content
Alternatively, return int(self.numerator) / int(self.denominator). After all, a fraction whose numerator can't be represented as a Python (unlimited precision) integer is a pretty odd sort of fraction...
History
Date User Action Args
2015-04-20 12:55:46paul.mooresetrecipients: + paul.moore, mark.dickinson, wolma
2015-04-20 12:55:46paul.mooresetmessageid: <1429534546.77.0.956994603291.issue23975@psf.upfronthosting.co.za>
2015-04-20 12:55:46paul.moorelinkissue23975 messages
2015-04-20 12:55:46paul.moorecreate