https://bugzilla.wikimedia.org/show_bug.cgi?id=55159
Mpaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Mpaa <[email protected]> --- Cannot reproduce: >>> import wikipedia as pywikibot >>> s = pywikibot.getSite('wikidata', 'wikidata') >>> p = pywikibot.DataPage(s, 'Q1942244') >>> print p.exists() True >>> p = pywikibot.Page(s, 'Q1942244') >>> print p.exists() True -- 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
