python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

Remove usage of `six` #677

Closed a-ungurianu closed 1 year ago

a-ungurianu commented 1 year ago

six and the things it provides are only needed for the transition from python2 to python3. As it seems that this library no longer supports python2, it'd be nice to remove the usage of this library.

Happy to help clean it up

StephenSorriaux commented 1 year ago

Hello,

I personally am always in the favor of removing stuff. Python2 is not our target anymore, so your idea makes perfect sense. @ceache what are your thoughts?

jeffwidman commented 1 year ago

+1 from me as well. Looks like @ceache agrees: https://github.com/python-zk/kazoo/pull/678#pullrequestreview-1160476525