https://bugzilla.wikimedia.org/show_bug.cgi?id=72317
Bug ID: 72317 Summary: ItemPage.fromPage should not send page title with section Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: Wikidata Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
Wikibase API does not handle page titles with sections. ItemPage.fromPage currently sends them.
Compare
https://www.wikidata.org/w/api.php?action=wbgetentities&sites=enwiki&...
with
https://www.wikidata.org/w/api.php?action=wbgetentities&sites=enwiki&...
ItemPage.fromPage needs to either raise an error, or strip the section from the title.