https://bugzilla.wikimedia.org/show_bug.cgi?id=57291
Web browser: ---
Bug ID: 57291
Summary: fullVersionHistory only retrieves 50, or doesn't
retrieve text
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: General
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Mobile Platform: ---
# This should output the same number over and over again. It should not output
50.
import pywikibot
site = pywikibot.getSite()
page = pywikibot.Page(site, u"Lily Serna")
print len(page.fullVersionHistory(reverseOrder=True))
print len(page.fullVersionHistory(reverseOrder=True,total=10000))
print len(page.fullVersionHistory(reverseOrder=True))
print len(page.getVersionHistory(reverseOrder=True))
print len(page.fullVersionHistory(reverseOrder=True))
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l