tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

python3: make json.dumps compatible with Python 2 #186

Closed ligurio closed 3 years ago

ligurio commented 3 years ago

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.dump