tarantool / tarantool-python

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

Clean up Python 2 compatibility wrappers #212

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 2 years ago

It is expected to remove Python 2 support in https://github.com/tarantool/tarantool-python/pull/207 . There are many compatibility workaround all around the code, but it is not a part of https://github.com/tarantool/tarantool-python/pull/207 to clean them up. This ticket is created to track this activity.

Python 2.7 reached the end of its life on January 1st, 2020.

See also https://github.com/tarantool/tarantool-python/pull/207#discussion_r853532661

Totktonada commented 2 years ago

Related: https://mail.python.org/pipermail/db-sig/2022-September/006329.html.