Hi,
Page has this method: def put_async(self, newtext, comment=None, watchArticle=None, minorEdit=True, force=False,
It says: All arguments are the same as for .put(), except callback:
But three of the parameters of Page.put is missing: *sysop=False, botflag=True, maxTries=-1* How can I use these?