List of steps to reproduce:
After merging Lexeme support (T189321) a warning is shown that wikibase-sense, wikibase-form and wikibase-lexeme datatype is not supported yet.
import pywikibot repo = pywikibot.Site().data_repository() L2 = pywikibot.LexemePage(repo, 'L2') len(L2.forms)
What happens?:
WARNING: wikibase-sense datatype is not supported yet. WARNING: wikibase-form datatype is not supported yet. WARNING: wikibase-lexeme datatype is not supported yet. WARNING: wikibase-lexeme datatype is not supported yet. 2
This is caused by Claim.fromJson() method (line1466)
Software version:
Pywikibot 7.2