Xqt created this task.
Xqt added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION
**interface**
def iterlanglinks(
self,
total: int | None = None,
include_obsolete: bool = False,
) -> Iterable[pywikibot.Link]:
**Problem**
//total// is not respected if _langlinks is given:
if hasattr(self, '_langlinks'):
return iter(self.langlinks(include_obsolete=include_obsolete))
TASK DETAIL
https://phabricator.wikimedia.org/T422390
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]