Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/653397 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
Change-Id: I7f113f3cc6a911962e2828e7fb162ae9d01d33ea --- M ROADMAP.rst M tests/logentries_tests.py 2 files changed, 9 insertions(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index 5b25224..e3463ae 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,16 +1,24 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~
+* Re-enable reading user-config.py from site package (T270941) +* LoginManager.getCookie() was renamed to login_to_site() +* Deprecation warning for MediaWiki < 1.23 (T268979) +* Add backports to support some Python 3.9 changes * Desupported shared_image_repository() and nocapitalize() methods were removed (T89451) * pywikibot.cookie_jar was removed in favour of pywikibot.comms.http.cookie_jar * Align http.fetch() params with requests and rename 'disable_ssl_certificate_validation' to 'verify' (T265206) * Deprecated compat BasePage.getRestrictions() method was removed * Outdated Site.recentchanges() parameters has been dropped * site.LoginStatus has been removed in favour of login.LoginStatus +* L10N Updates
Future release notes ~~~~~~~~~~~~~~~~~~~~
+* 5.4.0: Support of MediaWiki < 1.23 will be dropped with release 6.0 (T268979) +* 5.4.0: LoginManager.getCookie() is deprecated and will be removed +* 5.4.0: tools.PY2 will be removed (T213287) * 5.3.0: api.ParamInfo.modules property will be removed * 5.3.0: LogEntryFactory.logtypes property will be removed * 5.3.0: stdout parameter of logging.output()/pywikibot.output() function will be desupported diff --git a/tests/logentries_tests.py b/tests/logentries_tests.py index e28bcb3..de1e7ec 100644 --- a/tests/logentries_tests.py +++ b/tests/logentries_tests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Test logentries module.""" # -# (C) Pywikibot team, 2015-2020 +# (C) Pywikibot team, 2015-2021 # # Distributed under the terms of the MIT license. #
pywikibot-commits@lists.wikimedia.org