jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/697401 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
Change-Id: I84b254b3ff8c746b797f166055b074bcc71a3e92 --- M ROADMAP.rst M pywikibot/cosmetic_changes.py 2 files changed, 7 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index b242ebb..2a9fdcb 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,11 @@ Current release changes ^^^^^^^^^^^^^^^^^^^^^^^
+* Check bot/nobots templates for cosmetic_changes hook (T283989) +* Remove outdated opt._option which is already dropped (T284005) +* Use IntEnum with cosmetic_changes CANCEL +* Remove lru_cahce from botMayEdit method and fix it's logic (T283957) +* DataSite.createNewItemFromPage() method was removed in favour of ImagePage.fromPage() (T98663) * mwparserfromhell or wikitextparser MediaWiki markup parser is mandatory (T106763)
Deprecations @@ -17,5 +22,4 @@ * 6.1.0: textlib.unescape() function will be removed in favour of html.unescape() * 6.0.1: Site.undeletepage() and Site.undelete_file_versions() will be removed in favour of Site.undelete() method * 6.0.1: Site.deletepage() and Site.deleteoldimage() will be removed in favour of Site.delete() method -* 6.0.1: DataSite.createNewItemFromPage() method will be removed in favour of ImagePage.fromPage() (T98663) * 5.0.0: Methods deprecated for 5 years or longer will be removed diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py index 8e60c34..3aaaf52 100755 --- a/pywikibot/cosmetic_changes.py +++ b/pywikibot/cosmetic_changes.py @@ -183,6 +183,8 @@
If an error occurred and either skips the page or the method or a single match. ALL raises the exception. + + *New in version 6.3.* """
ALL = 0
pywikibot-commits@lists.wikimedia.org