tarantool / tarantool-python

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

Eliminate Python3 deprecation warnings #114

Closed Totktonada closed 5 years ago

Totktonada commented 5 years ago

Like so:

/usr/local/lib/python3.7/site-packages/tarantool/utils.py:88: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()