This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients ezio.melotti, mark.dickinson, rhettinger, terry.reedy, weightwatchers-carlanderson
Date 2021-03-20.03:12:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616209943.03.0.763555658634.issue43520@roundup.psfhosted.org>
In-reply-to
Content
Dr Racket supports fraction conversions but insists on a forward slash just like we do.

Welcome to DrRacket, version 7.9.0.17--2020-12-24(f6b7f93/a) [cs].
Language: racket, with debugging; memory limit: 128 MB.
> (/ 1 2)
1/2
> (string->number "3/5")
3/5
> (string->number "2⁄3")
#f
History
Date User Action Args
2021-03-20 03:12:23rhettingersetrecipients: + rhettinger, terry.reedy, mark.dickinson, ezio.melotti, weightwatchers-carlanderson
2021-03-20 03:12:23rhettingersetmessageid: <1616209943.03.0.763555658634.issue43520@roundup.psfhosted.org>
2021-03-20 03:12:23rhettingerlinkissue43520 messages
2021-03-20 03:12:22rhettingercreate