Skip to content

Commit f9f3931

Browse files
Update Tools/unicode/makeunicodedata.py.
1 parent 388a3b6 commit f9f3931

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Tools/unicode/makeunicodedata.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@
4242
# The Unicode Database
4343
# --------------------
4444
# When changing UCD version please update
45-
# * Doc/library/stdtypes.rst, and
45+
# * Doc/library/stdtypes.rst (four occurrences)
4646
# * Doc/library/unicodedata.rst
47+
# * Doc/library/re.rst
4748
# * Doc/reference/lexical_analysis.rst (three occurrences)
49+
# and optionally (comments)
50+
# * Lib/re/_properties.py (three occurrences)
4851
UNIDATA_VERSION = "17.0.0"
4952
UNICODE_DATA = "UnicodeData%s.txt"
5053
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"

0 commit comments

Comments
 (0)