https://bugzilla.wikimedia.org/show_bug.cgi?id=55160
--- Comment #5 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- Yes, of course. It is quite obvious that the following code won't allow to load the rest of revisions by setting thisHistoryDone to True: if len(result['query']['pages'].values()[0]['revisions']) < revCount: thisHistoryDone = True
Am I missing anything?