http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10284
Revision: 10284 Author: valhallasw Date: 2012-06-03 11:45:42 +0000 (Sun, 03 Jun 2012) Log Message: ----------- Removed requirement to be logged in to access the API
Modified Paths: -------------- branches/rewrite/pywikibot/data/api.py
Modified: branches/rewrite/pywikibot/data/api.py =================================================================== --- branches/rewrite/pywikibot/data/api.py 2012-06-03 11:43:31 UTC (rev 10283) +++ branches/rewrite/pywikibot/data/api.py 2012-06-03 11:45:42 UTC (rev 10284) @@ -216,8 +216,6 @@ from email.mime.nonmultipart import MIMENonMultipart
paramstring = self.http_params() - if self.site._loginstatus == -3: - self.site.login(False) while True: action = self.params.get("action", "") self.site.throttle(write=self.write)
pywikipedia-svn@lists.wikimedia.org