Revision: 6920 Author: cosoleto Date: 2009-05-25 12:24:59 +0000 (Mon, 25 May 2009)
Log Message: ----------- Site.getUrl(): Removed documentation for 'no_hostname' parameter, as this is a blatant hack thus shouldn't be used.
Modified Paths: -------------- trunk/pywikipedia/wikipedia.py
Modified: trunk/pywikipedia/wikipedia.py =================================================================== --- trunk/pywikipedia/wikipedia.py 2009-05-25 12:19:31 UTC (rev 6919) +++ trunk/pywikipedia/wikipedia.py 2009-05-25 12:24:59 UTC (rev 6920) @@ -4689,7 +4689,6 @@ sysop - If True, the sysop account's cookie will be used. data - An optional dict providing extra post request parameters. cookie_only - Only return the cookie the server sent us back - no_hostname - Open the URL given, don't add the hostname before.
Returns the HTML text of the page converted to unicode. """
pywikipedia-svn@lists.wikimedia.org