[issue33402] Change the fractions.Fraction class to convert to a unicode fraction string

STINNER Victor report at bugs.python.org
Wed May 2 10:54:28 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I dislike using non-ASCII characters for the default implementation. I don't think that this formatting is popular, and I expect many troubles on each platform.

IMHO it's very easy to put such short function in your favorite module, or directly into your application, for your own usage. Call it my_nice_fraction_formatting() :-)

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33402>
_______________________________________


More information about the Python-bugs-list mailing list