We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6d1af commit 152e7aaCopy full SHA for 152e7aa
Doc/reference/lexical_analysis.rst
@@ -573,6 +573,9 @@ Note that Python does not necessarily conform to `UAX-31`_.
573
A non-normative listing of all valid identifier characters as defined by
574
Unicode is available in the `DerivedCoreProperties.txt`_ file in the Unicode
575
Character Database.
576
+The properties *ID_Start* and *ID_Continue* are very similar to Python's
577
+``id_start`` and ``id_continue`` sets; the properties *XID_Start* and
578
+*XID_Continue* play similar roles for identifiers before NFKC normalization.
579
580
.. _UAX-31: https://www.unicode.org/reports/tr31/
581
.. _PropList.txt: https://www.unicode.org/Public/17.0.0/ucd/PropList.txt
0 commit comments