Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1327061?usp=email )
Change subject: doc: Update ROADMAP.rst ...................................................................... doc: Update ROADMAP.rst Change-Id: I2b764d382ea0ebc02fdaf15921dee5c9e887a93b --- M ROADMAP.rst 1 file changed, 8 insertions(+), 0 deletions(-) Approvals: Mahveotm: Looks good to me, but someone else must approve Xqt: Verified; Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 31a0420..523b7b4 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,14 @@ Release 11.7 ============ +* Yield non-strict unconnected pages in :meth:`APISite.unconnected_pages() + <pywikibot.site._extensions.WikibaseClientMixin.unconnected_pages>` and fix the + regression introduced in :ref:`10.4.0`. +* :meth:`api.Request.wait()<data.api.Request.wait>` and :meth:`data.WaitingMixin.wait` + accept *kwargs* to be passed to :exc:`exceptions.ApiTimeoutError`. (:phab:`T434974`) +* :exc:`exceptions.ApiTimeoutError` supports *site* and *uri* attributes passed + as parameters. (:phab:`T434974`) +* Update translations (i18n) * Honor *mode* for uncompressed archives in :func:`tools.open_archive`. * Remove minimum retry limit from maxlag wait cycle in :meth:`data.api.Request.submit`. (:phab:`T434566`) -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1327061?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: I2b764d382ea0ebc02fdaf15921dee5c9e887a93b Gerrit-Change-Number: 1327061 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Mahveotm <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
