Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/811690 )
Change subject: [doc] timezone class was removed ......................................................................
[doc] timezone class was removed
Change-Id: I84a0d8759f843a9c8fdf9af0bdc8cbcb5fe63c1c --- M ROADMAP.rst 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index e4c072b..fad8800 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,7 @@ Current release 7.5.0 ^^^^^^^^^^^^^^^^^^^^^
-* New :mod:`pywikibot.time` module with new functions and timezone class in addition to `Timestamp` +* New :mod:`pywikibot.time` module with new functions in addition to `Timestamp` * :meth:`Page.revisions()<pywikibot.page.BasePage.revisions>` supports more formats/types for starttime and endtime parameters, in addition to those allowed by :meth:`Timestamp.fromISOformat()<pywikibot.Timestamp.fromISOformat>`.