https://bugzilla.wikimedia.org/show_bug.cgi?id=70707
Bug ID: 70707 Summary: editEntity using site object depends on py2.7 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: ---
WikibasePage.toJSON depends on collections.Counter, which is only available in pu2.7.
WikibasePage.editEntity with data=None uses is the only current caller of WikibasePage.toJSON. This is new functionality, unavailable in compat, so a py 2.7 requirement is not a breaking change.