[Python-ideas] Allow using symbols from Unicode block "Superscripts and Subscripts" in identifiers
Bruce Leban
bruce at leapyear.org
Sat May 3 09:19:52 CEST 2014
I've actually written programs like that and honestly names like 'sigma'
and 'beta' and 'v_t' worked just fine. Many of us have used (x1, y1) and
(x2, y2) without confusing anyone because the digits weren't subscripted.
The ability to use Unicode in identifiers I'm sure is appreciated by
non-English writers but that's a decidedly different issue. This is a
solution without an actual problem.
--- Bruce
(from my phone)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140503/71149da6/attachment.html>
More information about the Python-ideas
mailing list