Revision: 6192
Author:   russblau
Date:     2008-12-23 19:49:57 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
fix bugs in put_async

Modified Paths:
--------------
    branches/rewrite/pywikibot/page.py

Modified: branches/rewrite/pywikibot/page.py
===================================================================
--- branches/rewrite/pywikibot/page.py  2008-12-23 19:37:49 UTC (rev 6191)
+++ branches/rewrite/pywikibot/page.py  2008-12-23 19:49:57 UTC (rev 6192)
@@ -689,8 +689,9 @@
         backwards-compatibility.
 
         """
-        return self.put(self, newtext, comment, watchArticle,
-                        minorEdit, force, callback, async=True)
+        return self.put(newtext, comment=comment, watchArticle=watchArticle,
+                        minorEdit=minorEdit, force=force, async=True,
+                        callback=callback)
 
     def linkedPages(self):
         """Iterate Pages that this Page links to.



_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to