https://bugzilla.wikimedia.org/show_bug.cgi?id=72047
Fabian <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Fabian <[email protected]> --- Okay even parsing a link does work as expected: >>> s = pywikibot.Site("cs", "wikipedia") >>> pywikibot.Link(":outreach:site", s) pywikibot.page.Link('Site', Site("outreach", "outreach")) >>> pywikibot.Link(":c:site", s) pywikibot.page.Link('Site', Site("commons", "commons")) >>> pywikibot.Link(":d:site", s) pywikibot.page.Link('Site', Site("wikidata", "wikidata")) -- 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
