https://bugzilla.wikimedia.org/show_bug.cgi?id=58976
xqt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from xqt <[email protected]> --- Remarks for PreloadingPageenerator in compat which works without exception: >>> import wikipedia as wp >>> import pagegenerators >>> gen = [wp.Page('de', 'user:xqt/NonexistentPage')] >>> gen = pagegenerators.PreloadingGenerator(gen) >>> for page in gen: print page Getting 1 page from wikipedia:de... [[de:Benutzer:Xqt/NonexistentPage]] >>> page.exists() False >>> -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
