Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1099744?usp=email )
Change subject: doc: Update ROADMAP.rst ......................................................................
doc: Update ROADMAP.rst
Change-Id: Ic495bdcbd29272d168cfed14f6ebad33db5c7536 --- M ROADMAP.rst 1 file changed, 14 insertions(+), 0 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index f76a3c3..b706a44 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,18 @@ Current Release Changes =======================
+* Add support for idwikivoyage (:phab:`T381082`) +* Add docstrings of :class:`tools.classproperty` methods (:phab:`T380628`) +* Site property :attr:`BaseSite.codes<pywikibot.site._basesite.BaseSite.codes>` was added (:phab:`T380606`) +* Increase *leeway* parameter of :meth:`login.OauthLoginManager.identity` (:phab:`T380270`) +* Show a warning if *ignore_extension* parameter of :class:`pywikibot.FilePage` was set and the extension is invalid +* Remove old code of Python 3.2 or older in :func:`tools.chars.replace_invisible` due to :pep:`393` +* use :meth:`BasePage.autoFormat()<page.BasePage.autoFormat>` instead of :func:`date.getAutoFormat` in + :mod:`titletranslate` +* Upcast :class:`pywikibot.Page` to :class:`pywikibot.FilePage` in :meth:`PageGenerator.result() + <data.api.PageGenerator.result>` if ``imageinfo`` is given (:phab:`T379513`) +* Update oauth requirements +* i18n-updates * Implement param *with_sort_key* in :meth:`page.BasePage.categories` (:phab:`T75561`) * Python 3.7 support will be discontinued and probably this is the last version supporting it * Add :meth:`page.BasePage.get_revision` method @@ -12,6 +24,8 @@ Current Deprecations ====================
+* 9.6.0: :meth:`BaseSite.languages()<pywikibot.site._basesite.BaseSite.languages>` will be removed in favour of + :attr:`BaseSite.codes<pywikibot.site._basesite.BaseSite.codes>` * 9.5.0: :meth:`DataSite.getPropertyType()<pywikibot.site._datasite.DataSite.getPropertyType>` will be removed in favour of :meth:`DataSite.get_property_type()<pywikibot.site._datasite.DataSite.get_property_type>` * 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`)
pywikibot-commits@lists.wikimedia.org