-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtopic-unicodetype-featureA feature request or enhancementA feature request or enhancement
Description
Bug report
Bug description:
As 1/20 != 3602879701896397/72057594037927936. Maybe add a Fraction function to the unicodedata object?
import unicodedata
from fractions import Fraction
c = '൛'
str(Fraction(unicodedata.numeric(c)))
CPython versions tested on:
3.11
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtopic-unicodetype-featureA feature request or enhancementA feature request or enhancement