http://www.mediawiki.org/wiki/Special:Code/pywikipedia/8972
Revision: 8972 Author: saper Date: 2011-02-16 23:42:25 +0000 (Wed, 16 Feb 2011) Log Message: ----------- Update wikipedia.Page.getVersionHistory docstring
Revision tuple returned includes also size and an array of tags.
Modified Paths: -------------- trunk/pywikipedia/wikipedia.py
Modified: trunk/pywikipedia/wikipedia.py =================================================================== --- trunk/pywikipedia/wikipedia.py 2011-02-16 23:41:35 UTC (rev 8971) +++ trunk/pywikipedia/wikipedia.py 2011-02-16 23:42:25 UTC (rev 8972) @@ -2585,9 +2585,9 @@ """Load the version history page and return history information.
Return value is a list of tuples, where each tuple represents one - edit and is built of revision id, edit date/time, user name, and - edit summary. Starts with the most current revision, unless - reverseOrder is True. + edit and is built of revision id, edit date/time, user name, + edit summary, size and tags. Starts with the most current revision, + unless reverseOrder is True. Defaults to getting the first revCount edits, unless getAll is True.
@param revCount: iterate no more than this number of revisions in total