https://bugzilla.wikimedia.org/show_bug.cgi?id=54555
Web browser: --- Bug ID: 54555 Summary: Force retrieval of last edit time Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/patches/571/ Reported by: strainu Created on: 2012-10-27 15:35:07 Subject: Force retrieval of last edit time Original description: This patch changes the Page.editTime function in order to allow the user to request a valid editTime even if the page has not yet been fetched. The API call used is theoretically much lighter than retrieving the whole page. The default behavior remains unchanged.