Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008502?usp=email )
Change subject: Update _category_cf frozenset from unicodedata 15.1 (Python 3.13) ...................................................................... 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(-) Approvals: Xqt: Verified; Looks good to me, approved 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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008502?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ifcdfe3a87522b7b4e65040b5196d61e6800001ec Gerrit-Change-Number: 1008502 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
