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 388a3b6 commit f9f3931Copy full SHA for f9f3931
1 file changed
Tools/unicode/makeunicodedata.py
@@ -42,9 +42,12 @@
42
# The Unicode Database
43
# --------------------
44
# When changing UCD version please update
45
-# * Doc/library/stdtypes.rst, and
+# * Doc/library/stdtypes.rst (four occurrences)
46
# * Doc/library/unicodedata.rst
47
+# * Doc/library/re.rst
48
# * Doc/reference/lexical_analysis.rst (three occurrences)
49
+# and optionally (comments)
50
+# * Lib/re/_properties.py (three occurrences)
51
UNIDATA_VERSION = "17.0.0"
52
UNICODE_DATA = "UnicodeData%s.txt"
53
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
0 commit comments