Revision: 4105 Author: valhallasw Date: 2007-08-24 17:59:25 +0000 (Fri, 24 Aug 2007)
Log Message: ----------- Updated Page.get docstring to a better description of force=True
Modified Paths: -------------- trunk/pywikipedia/wikipedia.py
Modified: trunk/pywikipedia/wikipedia.py =================================================================== --- trunk/pywikipedia/wikipedia.py 2007-08-24 17:54:18 UTC (rev 4104) +++ trunk/pywikipedia/wikipedia.py 2007-08-24 17:59:25 UTC (rev 4105) @@ -485,7 +485,7 @@ SectionError: The subject does not exist on a page with a # link
Set get_redirect to True to follow redirects rather than raise an exception. - Set force to True to ignore all exceptions (including redirects). + Set force to True to force a reload of all page attributes, including errors. Set nofollow_redirects to True to not follow redirects but obey all other exceptions. Set change_version_date to False if you have already loaded the page before and do not check this version for changes before saving