Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mention Unicode's *ID_Start* and *ID_Continue*
  • Loading branch information
encukou committed Oct 22, 2025
commit 152e7aa1bfba6bc6e1fd5f45a0617bb92f4be2ff
3 changes: 3 additions & 0 deletions Doc/reference/lexical_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ Note that Python does not necessarily conform to `UAX-31`_.
A non-normative listing of all valid identifier characters as defined by
Unicode is available in the `DerivedCoreProperties.txt`_ file in the Unicode
Character Database.
The properties *ID_Start* and *ID_Continue* are very similar to Python's
``id_start`` and ``id_continue`` sets; the properties *XID_Start* and
*XID_Continue* play similar roles for identifiers before NFKC normalization.

.. _UAX-31: https://www.unicode.org/reports/tr31/
.. _PropList.txt: https://www.unicode.org/Public/17.0.0/ucd/PropList.txt
Expand Down
Loading