Skip to content

Commit

Permalink
Merge "update unidata.py from unicode 16.0.0 distributed with Python …
Browse files Browse the repository at this point in the history
…3.14"
  • Loading branch information
xqt authored and Gerrit Code Review committed Oct 29, 2024
2 parents 21f36cc + 86a23d0 commit 55f1586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywikibot/tools/_unidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
# codepoint it takes longer especially when working with UCS2. The lists also
# differ between Python versions which can be avoided by this static list.
#
# This frozenset was created using Python 3.13 (Unicode version 15.1.0):
# This frozenset was created using Python 3.14 (Unicode version 16.0.0):
# list(c for c in (chr(i) for i in range(sys.maxunicode))
# if unicodedata.category(c) == 'Cf')
_category_cf = frozenset([
Expand Down

0 comments on commit 55f1586

Please sign in to comment.