jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/735954 )
Change subject: [cleanup] remove deprecated Family.get_cr_templates method ......................................................................
[cleanup] remove deprecated Family.get_cr_templates method
Change-Id: I7454a1dabed3c44f758569dc54046c87c0eb6f67 --- M pywikibot/family.py 1 file changed, 0 insertions(+), 5 deletions(-)
Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/family.py b/pywikibot/family.py index 006c548..45b80b4 100644 --- a/pywikibot/family.py +++ b/pywikibot/family.py @@ -650,11 +650,6 @@ cr_set.add(newtitle) self._catredirtemplates[code] = list(cr_template_tuple) + list(cr_set)
- @deprecated('site.category_redirects()', since='20170608') - def get_cr_templates(self, code, fallback): - """DEPRECATED: Build list of category redirect templates.""" - self._get_cr_templates(code, fallback) - def get_edit_restricted_templates(self, code): """Return tuple of edit restricted templates.
pywikibot-commits@lists.wikimedia.org