https://bugzilla.wikimedia.org/show_bug.cgi?id=69842
John Mark Vandenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from John Mark Vandenberg <[email protected]> --- Definitely a valid use case which doesnt work. It is uppercasing the first letter, which means it thinks it is a page title with a namespace. >>> pywikibot.Link("en:", pywikibot.Site("commons", "commons")).title u'En:' >>> pywikibot.Link("en:Main Page", pywikibot.Site("commons", "commons")).title u'En:Main Page' While I didnt know about this bug, this changeset was started to identify the problem, so we can track fixing it. https://gerrit.wikimedia.org/r/#/c/149629/ -- 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
