WikibasePage.toJSON depends on collections.Counter, which is only available in py2.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.
Severity: minor