https://bugzilla.wikimedia.org/show_bug.cgi?id=69842
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jayvdb@gmail.com
--- Comment #2 from John Mark Vandenberg jayvdb@gmail.com --- 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/