Mpaa has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/647613 )

Change subject: [cleanup] Remove deprecated DataSite.get_item() method
......................................................................

[cleanup] Remove deprecated DataSite.get_item() method

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

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



diff --git a/pywikibot/site/__init__.py b/pywikibot/site/__init__.py
index c6f2cae..9eca8de 100644
--- a/pywikibot/site/__init__.py
+++ b/pywikibot/site/__init__.py
@@ -5835,11 +5835,6 @@
             'API wbgetentities response lacks %s key' % props
         return wbdata[props]

-    @deprecated('pywikibot.ItemPage', since='20130307', future_warning=True)
-    def get_item(self, source, **params):  # pragma: no cover
-        """Get the data for multiple Wikibase items."""
-        return self._get_item(source, **params)
-
     # Only separated from get_item to avoid the deprecation message via
     # _get_propertyitem
     def _get_item(self, source, **params):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/647613
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: Ic7e8f07e88a2da48ba36fbaab56e8512ff1fc927
Gerrit-Change-Number: 647613
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Mpaa <[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