jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326060?usp=email )

Change subject: doc: update ROADMAP.rst
......................................................................

doc: update ROADMAP.rst

Change-Id: I420670a3a76eda50914a8cc5eff307896f53f224
---
M ROADMAP.rst
M pywikibot/tools/__init__.py
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  Mahveotm: Looks good to me, but someone else must approve
  jenkins-bot: Verified




diff --git a/ROADMAP.rst b/ROADMAP.rst
index cdd9f53..31a0420 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,10 @@
 Release 11.7
 ============

+* 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`)
+* Fix upload counter in :class:`specialbots.UploadRobot`.
 * Avoid unnecessary :class:`pywikibot.Site` creation in 
:class:`specialbots.UploadRobot`.
 * Add :meth:`page.BasePage.review` and :meth:`page.BasePage.unreview`, which 
call
   
:meth:`APISite.review_revision()<pywikibot.site._extensions.FlaggedRevsMixin.review_revision>`.
diff --git a/pywikibot/tools/__init__.py b/pywikibot/tools/__init__.py
index 6c84579..32af080 100644
--- a/pywikibot/tools/__init__.py
+++ b/pywikibot/tools/__init__.py
@@ -746,6 +746,8 @@
     .. version-changed:: 11.4
        *filename* parameter is positional only, *use_extension* is
        keyword only. Uses :class:`SevenZipFile` to open 7zip-files.
+    .. version-changed:: 11.7
+       Honor *mode* for uncompressed archives.

     :param filename: The filename.
     :param mode: The mode in which the file should be opened. It may

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326060?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: I420670a3a76eda50914a8cc5eff307896f53f224
Gerrit-Change-Number: 1326060
Gerrit-PatchSet: 2
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]

Reply via email to