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 gvanrossum
Recipients CuriousLearner, gvanrossum, lisroach, lukasz.langa, mark.dickinson, rhettinger, scoder, serhiy.storchaka
Date 2019-08-11.18:16:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565547413.0.0.810113271322.issue37819@roundup.psfhosted.org>
In-reply-to
Content
Let's continue on the current path -- add Fraction.as_integer_ratio().

Note that as_integer_ratio() is not part of the Numbers API, it is an optional protocol.

You can count me out for Jeroen's __ratio__ proposal.
History
Date User Action Args
2019-08-11 18:16:53gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, scoder, lukasz.langa, serhiy.storchaka, lisroach, CuriousLearner
2019-08-11 18:16:53gvanrossumsetmessageid: <1565547413.0.0.810113271322.issue37819@roundup.psfhosted.org>
2019-08-11 18:16:52gvanrossumlinkissue37819 messages
2019-08-11 18:16:52gvanrossumcreate