New submission from Martin Teichmann <martin.teichm...@gmail.com>:

Currently, fraction.Fractions can be generated from floats via their 
as_integer_ratio method. This had been extended to also work with the Decimals 
class. It would be more generic - and IMHO more Pythonic - to just allow any 
data type, as long as it has an as_integer_ratio method.

As an example, this allows numpy floats to be converted into fractions.

----------
components: Library (Lib)
messages: 393507
nosy: Martin.Teichmann
priority: normal
severity: normal
status: open
title: Improve conversions for fractions
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44115>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to