Xiang Zhang added the comment:
Quoting from PEP3131:
XID_Start then closes this set under normalization, by removing all characters
whose NFKC normalization is not of the form ID_Start ID_Continue* anymore.
--
nosy: +loewis, xiang.zhang
___
Python t
New submission from Ralph Corderoy:
https://docs.python.org/3/reference/lexical_analysis.html#identifiers has a
grammar.
identifier ::= xid_start xid_continue*
id_start ::=
id_continue ::=
xid_start::=
xid_continue ::=
I struggle to make sense of it unle