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 mark.dickinson
Recipients Eric.Wieser, josh.r, mark.dickinson, scoder, serhiy.storchaka, wolma
Date 2018-03-13.11:14:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520939671.61.0.467229070634.issue28716@psf.upfronthosting.co.za>
In-reply-to
Content
[Eric Wieser]

> This would allow the numpy `np.floating` types to take part in `Fraction` conversion as well, which would be great.

I'm confused: as far as I can tell, the NumPy floating-point types don't implement `as_integer_ratio`. (Except for `np.float64`, which subclasses `float` and so inherits `is_integer_ratio` from it.) Or are you suggesting that _if_ they were to implement `as_integer_ratio` at some point in the future, then they'd become compatible with `Fraction`?
History
Date User Action Args
2018-03-13 11:14:31mark.dickinsonsetrecipients: + mark.dickinson, scoder, serhiy.storchaka, Eric.Wieser, wolma, josh.r
2018-03-13 11:14:31mark.dickinsonsetmessageid: <1520939671.61.0.467229070634.issue28716@psf.upfronthosting.co.za>
2018-03-13 11:14:31mark.dickinsonlinkissue28716 messages
2018-03-13 11:14:31mark.dickinsoncreate