jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/608038 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
Change-Id: I1fbceaaf14b5e7b1aee38a1650992475b544be3f --- M ROADMAP.rst 1 file changed, 4 insertions(+), 1 deletion(-)
Approvals: Matěj Suchánek: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index f6a6e38..8b316bd 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -3,6 +3,8 @@
**Note: This is the last release supporting Python 2 and Python 3.4**
+* Page.botMayEdit() method was improved (T253709) +* PageNotFound, SpamfilterError, UserActionRefuse exceptions were removed (T253681) * tools.ip submodule has been removed (T243171) * Wait in BaseBot.exit() until asynchronous saving pages are completed * Solve IndexError when showing an empty diff with a non-zero context (T252724) @@ -15,9 +17,10 @@ Future releases ~~~~~~~~~~~~~~~
+* (current) Unsupported debug parameter of UploadRobot will be removed +* (current) Unported compat decode parameter of Page.title() will be removed * (current) tools.count, tools.Counter, tools.OrderedDict and ContextManagerWrapper will be removed * (current) getFilesFromAnHash and getImagesFromAnHash Site methods will be removed -* 3.0.20200508: PageNotFound, SpamfilterError and UserActionRefuse exceptions will be removed (T253681) * 3.0.20200508: Page.getVersionHistory and Page.fullVersionHistory() methods will be removed (T136513, T151110) * 3.0.20200405: Site and Page methods deprecated for 10 years or longer will be removed * 3.0.20200326: Functions dealing with stars list will be removed
pywikibot-commits@lists.wikimedia.org