jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/620500 )

Change subject: [cleanup] Remove desupported site.getExpandedString
......................................................................

[cleanup] Remove desupported site.getExpandedString

Change-Id: I9a03eef10f63dacfaff7fbc610cf0953b848276a
---
M pywikibot/site/__init__.py
1 file changed, 0 insertions(+), 6 deletions(-)

Approvals:
  Framawiki: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/site/__init__.py b/pywikibot/site/__init__.py
index 5052e02..eb14b0e 100644
--- a/pywikibot/site/__init__.py
+++ b/pywikibot/site/__init__.py
@@ -2390,12 +2390,6 @@
             key = '*'
         return req.submit()['expandtemplates'][key]

-    getExpandedString = redirect_func(expand_text,
-                                      old_name='getExpandedString',
-                                      class_name='APISite',
-                                      since='20170504',
-                                      future_warning=True)
-
     def getcurrenttimestamp(self):
         """
         Return the server time as a MediaWiki timestamp string.

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/620500
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I9a03eef10f63dacfaff7fbc610cf0953b848276a
Gerrit-Change-Number: 620500
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Framawiki <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to