jaysonsantos / python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
MIT License
165 stars 57 forks source link

Avoid `urllib.parse.splitport` DeprecationWarning #257

Closed andersk closed 2 weeks ago

andersk commented 3 weeks ago

DeprecationWarning: urllib.parse.splitport() is deprecated as of 3.8, use urllib.parse.urlparse() instead