Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1084163?usp=email )
Change subject: update unidata.py from unicode 16.0.0 distributed with Python 3.14 ...................................................................... update unidata.py from unicode 16.0.0 distributed with Python 3.14 Change-Id: If9a2f4ff81a8c8c46605c28a96fe3096c97630f6 --- M pywikibot/tools/_unidata.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/pywikibot/tools/_unidata.py b/pywikibot/tools/_unidata.py index fe30e5f..f698ea2 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.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([ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1084163?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: If9a2f4ff81a8c8c46605c28a96fe3096c97630f6 Gerrit-Change-Number: 1084163 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de>
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org