jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/933612 )
Change subject: [doc] Fix itertools.batched() explanation ...................................................................... [doc] Fix itertools.batched() explanation Change-Id: Id6006a7be1821c2d011a60e69a16257c3004ab4d --- M ROADMAP.rst 1 file changed, 10 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index d312ea8..1789436 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,7 @@ Current release --------------- -* Backport ``itertools.batched()`` from Python 3.12 in favour of :func:`tools.itertools.itergroup` +* Backport ``itertools.batched()`` from Python 3.12 which replaces :func:`tools.itertools.itergroup` * Upcast page types in :func:`pagegenerators.RecentChangesPageGenerator` (:phab:`T340450`) * Enable :meth:`FilePage.download()<pywikibot.FilePage.download>` to download thumbnails (:phab:`T247095`) * Refactor :func:`tools.compute_file_hash` and use ``hashlib.file_digest`` with Python 3.11 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/933612 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: Id6006a7be1821c2d011a60e69a16257c3004ab4d Gerrit-Change-Number: 933612 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
