mirror of
https://github.com/python/cpython.git
synced 2026-08-15 23:12:07 +08:00
Replace calls to `json.JSONEncoder.default(self, obj)` by `super().default(obj)` within the examples of the documentation.
Replace calls to `json.JSONEncoder.default(self, obj)` by `super().default(obj)` within the examples of the documentation.