Page.getVersionHistory() gives a list of tuples but core has 4 items whereas compat gives tuples with 6 items.
Description
Description
Details
Details
Related Gerrit Patches:
pywikibot/core : master | [compat2core] return compat-like list of tuples from getVersionHistory |
pywikibot/core : master | [compat2core] Note different results of getVersionHistory |
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T151110 RFC: Regressions of core should be rethought or solved | ||
Open | Xqt | T136513 Different results of Page.getVersion() between compat and core |
Event Timeline
This comment was removed by Xqt.
Comment Actions
reopened. This is a breaking change between compat and core. compat had a tuple of 6 items: revision id, edit date/time, user name, edit summary, size and tags (see doc string) but core has 4 items only.
Comment Actions
The change was done in compat with https://www.mediawiki.org/wiki/Special:Code/pywikipedia/8556 but wasn't ported to core.
Comment Actions
Change 291605 had a related patch set uploaded (by Xqt):
[compat2core] return compat-like list of tuples from getVersionHistory
Comment Actions
Change 291605 had a related patch set uploaded (by xqt):
[pywikibot/core] [compat2core] return compat-like list of tuples from getVersionHistory
Comment Actions
Change 404435 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [compat2core] Note different results of getVersionHistory