Skip to content

Commit

Permalink
update unidata.py from unicode 16.0.0 distributed with Python 3.14
Browse files Browse the repository at this point in the history
Change-Id: If9a2f4ff81a8c8c46605c28a96fe3096c97630f6
  • Loading branch information
xqt committed Oct 29, 2024
1 parent 213c56a commit 86a23d0
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 86a23d0

Please sign in to comment.