https://bugzilla.wikimedia.org/show_bug.cgi?id=55177
Web browser: --- Bug ID: 55177 Summary: Documentation Error get in wikipedia.py 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/bugs/1497/ Reported by: Anonymous user Created on: 2012-07-25 00:09:41 Subject: Documentation Error get in wikipedia.py Original description: The documentation for wikipedia.py in the latest version that I checked out on July 24 2012 for method get says @exception IsRedirectPage The page is a redirect. The argument of the exception is the title of the page it redirects to.
but in fact the argument of the exception is actually a Page object not a string of text
https://bugzilla.wikimedia.org/show_bug.cgi?id=55177
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1497
https://bugzilla.wikimedia.org/show_bug.cgi?id=55177
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Lowest Status|NEW |RESOLVED CC| |ladsgroup@gmail.com Resolution|--- |INVALID
--- Comment #1 from Amir Ladsgroup ladsgroup@gmail.com --- Do these steps to see the argument of the exception is the page title not the title: http://paste.ubuntu.com/6314778/
Same about core
pywikipedia-bugs@lists.wikimedia.org