Are those characters not considered Unicode letters? Maybe we could add their category to the allowed set?
On Jun 2, 2017 4:02 PM, "Ivan Levkivskyi" <levkivs...@gmail.com> wrote: > On 3 June 2017 at 00:55, Guido van Rossum <gu...@python.org> wrote: > >> [...] >> So, I am still in favor of the rule "only ASCII in the stdlib". >> > > But what about the other question? Currently, integral, sum, infinity, > square root etc. Unicode symbols are all prohibited in identifiers. > Is it possible to allow them? > > (Btw IPython just supports normal TeX notations like \pi, \lambda etc, so > it is very easy to remember) > > -- > Ivan > > >
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/