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, weightwatchers-carlanderson
Date 2021-03-16.23:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615936978.76.0.989048287457.issue43520@roundup.psfhosted.org>
In-reply-to
Content
I think we should stick the with forward slashes.  That is what the rest of the language does.  Adding more options is recipe for confusion.

>>> 38 / 5
7.6
>>> 38 ∕ 5
SyntaxError: invalid character '∕' (U+2215)
History
Date User Action Args
2021-03-16 23:22:58rhettingersetrecipients: + rhettinger, mark.dickinson, ezio.melotti, weightwatchers-carlanderson
2021-03-16 23:22:58rhettingersetmessageid: <1615936978.76.0.989048287457.issue43520@roundup.psfhosted.org>
2021-03-16 23:22:58rhettingerlinkissue43520 messages
2021-03-16 23:22:58rhettingercreate