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 gappleto97
Recipients gappleto97
Date 2018-05-01.22:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525214340.23.0.682650639539.issue33402@psf.upfronthosting.co.za>
In-reply-to
Content
Currently it has a __repr__() which returns `Fraction(x, y)`, and a __str__() which returns `x/y`. I have a ready pull request to change this to a scheme where both return unicode fractions.
History
Date User Action Args
2018-05-01 22:39:00gappleto97setrecipients: + gappleto97
2018-05-01 22:39:00gappleto97setmessageid: <1525214340.23.0.682650639539.issue33402@psf.upfronthosting.co.za>
2018-05-01 22:39:00gappleto97linkissue33402 messages
2018-05-01 22:39:00gappleto97create