pywikibot.showDiff(oldText, newText) is currently used to compare two wikicode strings. But what about data items?
We should either:
- use the API to get a diff in structured format (pending on T41147), or:
- convert dicts to strings somehow, before sending them to difflib
More ideas are welcome.
Version: core-(2.0)
Severity: enhancement
