Commit 8847b8c
python3: make json.dumps compatible with Python 2
Python 3.4: Changed in version 3.4: Use (',', ': ') as default if
indent is not None. This behaviour broke a test box-py/call.test.py.
1. https://docs.python.org/3/library/json.html#json.dump1 parent 39d2f4a commit 8847b8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments