Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
Update _category_cf frozenset from unicodedata 15.1 (Python 3.13)

/There are no changes/

Change-Id: Ifcdfe3a87522b7b4e65040b5196d61e6800001ec
---
M pywikibot/tools/_unidata.py
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/pywikibot/tools/_unidata.py b/pywikibot/tools/_unidata.py
index 438ba5c..fe30e5f 100644
--- a/pywikibot/tools/_unidata.py
+++ b/pywikibot/tools/_unidata.py
@@ -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.12 (Unicode version 15.0.0):
+# This frozenset was created using Python 3.13 (Unicode version 15.1.0):
# list(c for c in (chr(i) for i in range(sys.maxunicode))
# if unicodedata.category(c) == 'Cf')
_category_cf = frozenset([

To view, visit change 1008502. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifcdfe3a87522b7b4e65040b5196d61e6800001ec
Gerrit-Change-Number: 1008502
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged