https://bugzilla.wikimedia.org/show_bug.cgi?id=73023
Bug ID: 73023 Summary: Instance of 'Page' has no 'getLatestEditors' member (pylink) Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: major Priority: Unprioritized Component: Other scripts Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
$ git grep getLatestEditors scripts/checkimages.py: history = self.talk_page.getLatestEditors(limit=10) scripts/template.py: editors = page.getLatestEditors(limit=100)