Y
Hacker News
new
|
ask
|
show
|
jobs
by
jwilk
2958 days ago
In Python 2, identifiers are ASCII only.
In Python 3, non-ASCII identifiers are supported:
https://www.python.org/dev/peps/pep-3131/