linsomniac / python-memcached

A python memcached client library.
460 stars 201 forks source link

python 3 only by pyupgrade #186

Closed pgajdos closed 12 months ago

pgajdos commented 1 year ago

Given python 3.6+ support is declared, I guess e. g. six do not need to be required.

a-detiste commented 12 months ago

Yes, six should indeed be removed ...everywhere ...: https://wiki.debian.org/Python3-six-removal

linsomniac commented 12 months ago

Given python 3.6+ support is declared, I guess e. g. six do not need to be included

This looks really good, and I found the deprecation of socket.error, so I'm going to merge this, thank you!