jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100752?usp=email )
Change subject: doc: move flow support deprecation to pending removal in Pywikibot 10 ......................................................................
doc: move flow support deprecation to pending removal in Pywikibot 10
Bug: T381551 Change-Id: I9211796e2f2d7af210a5d5bd571870bf8e51eb42 --- M ROADMAP.rst 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index bea3c86..691f39f 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -38,7 +38,6 @@ :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`) * 9.3.0: :meth:`page.BasePage.userName` and :meth:`page.BasePage.isIpEdit` are deprecated in favour of ``user`` or ``anon`` attributes of :attr:`page.BasePage.latest_revision` property * 9.2.0: Imports of :mod:`logging` functions from :mod:`bot` module is deprecated and will be desupported @@ -97,6 +96,7 @@ Pending removal in Pywikibot 10 -------------------------------
+* 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`) * 7.5.0: :mod:`textlib`.tzoneFixedOffset class will be removed in favour of :class:`time.TZoneFixedOffset` * 7.4.0: ``FilePage.usingPages()`` was renamed to :meth:`using_pages()<pywikibot.FilePage.using_pages>` * 7.3.0: ``linktrail`` method of :class:`family.Family` is deprecated; use :meth:`APISite.linktrail()
pywikibot-commits@lists.wikimedia.org