Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
pywikibot/core | master | +32 -16 | [cleanup] Desupport Page.fullVersionHistory() method |
Event Timeline
I think there a some regressions against compat which should be rethinked. I wouldn't reduce it to the Bot class only
I added some of the regressions against compat. One main thing is the missing output cache in async mode (see https://gerrit.wikimedia.org/r/#/c/282818/) which leads to some some kind of workaround in replace.py (the callback method which omits the page save message or give a bulk output of 50 pages). Another part is the inappropriate implementation of textlib.replace_links() (see T61686) which leads to broken wiki links.
Change 584196 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [cleanup] Desupport Page.fullVersionHistory() method
Change 584196 merged by jenkins-bot:
[pywikibot/core@master] [cleanup] Desupport Page.fullVersionHistory() method