[New-bugs-announce] [issue33402] Change the fractions.Fraction class to convert to a unicode fraction string

Gabe Appleton report at bugs.python.org
Tue May 1 18:39:00 EDT 2018


New submission from Gabe Appleton <gabe at gabeappleton.me>:

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.

----------
components: Library (Lib)
messages: 316026
nosy: gappleto97
priority: normal
severity: normal
status: open
title: Change the fractions.Fraction class to convert to a unicode fraction string
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list