Message389132
I agree with Raymond, at least for now. I would expect the string argument to Fraction to be quoted legal Python code. Without a lot of thought and discussion leading to a change in python design with respect to unicode and operators, this limits '/' to ascii '/'.
I believe that we accept non-ascii digits in at least some places, but operators are a different case. |
|
Date |
User |
Action |
Args |
2021-03-20 00:36:24 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, mark.dickinson, ezio.melotti, weightwatchers-carlanderson |
2021-03-20 00:36:24 | terry.reedy | set | messageid: <1616200584.73.0.389391322175.issue43520@roundup.psfhosted.org> |
2021-03-20 00:36:24 | terry.reedy | link | issue43520 messages |
2021-03-20 00:36:24 | terry.reedy | create | |
|