https://bugzilla.wikimedia.org/show_bug.cgi?id=55165
--- Comment #2 from Kunal Mehta (Legoktm) <[email protected]> --- I found the patched editarticle.py on pastebin, woohoo\! <pre>33a34 > import pagegenerators 157c158 < self.page = pywikibot.Page\(site, pageTitle\) \--- > self.page = iter\(pagegenerators.PreloadingGenerator\(\[pywikibot.Page\(site, pageTitle\)\]\)\).next\(\)</pre> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
