Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1156357?usp=email )
Change subject: Update cpython bug tracker ...................................................................... Update cpython bug tracker Change-Id: I3e06d284be75cae4da437361def0c16d88706bcd --- M pywikibot/data/api/__init__.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/pywikibot/data/api/__init__.py b/pywikibot/data/api/__init__.py index ca065a3..c460530 100644 --- a/pywikibot/data/api/__init__.py +++ b/pywikibot/data/api/__init__.py @@ -61,10 +61,10 @@ # Bug: T113120, T228841 # Subclassing necessary to fix bug of the email package in Python 3: -# see https://bugs.python.org/issue19003 -# see https://bugs.python.org/issue18886 +# see https://github.com/python/cpython/issues/63203 +# see https://github.com/python/cpython/issues/63086 # The following solution might be removed if the bug is fixed for -# Python versions which are supported by PWB, probably with Python 3.5 +# Python versions which are supported by PWB class CTEBinaryBytesGenerator(BytesGenerator): -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1156357?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: I3e06d284be75cae4da437361def0c16d88706bcd Gerrit-Change-Number: 1156357 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
