jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/607317 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
Change-Id: I120ebe3174f3ade40c72083298073748a3c88ee0 --- M ROADMAP.rst 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, but someone else must approve Matěj Suchánek: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index 96b0743..b47d6c2 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -3,6 +3,8 @@
**Note: This is the last release supporting Python 2 and Python 3.4**
+* Wait in BaseBot.exit() until asynchronous saving pages are completed +* Solve IndexError when showing an empty diff with a non-zero context (T252724) * linktrails were added or updated for a lot of sites * Resolve namespaces with underlines (T252940) * Fix getversion_svn for Python 3.6+ (T253617, T132292) @@ -12,6 +14,7 @@ Future releases ~~~~~~~~~~~~~~~
+* (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)