Hi
"six" is a dead library, please patch-it-out
But it's nice to have highlighted this fact in the ITP.
Greetings
Alexandre
Before:
----------
import six
from six.moves.urllib.parse import urlencode
if six.PY2:
from string import maketrans
else:
maketrans = bytes.maketrans
After
---------------
from urllib.parse import urlencode
maketrans = bytes.maketrans
Le ven. 15 mai 2026 à 02:53, Alex <[email protected]> a écrit :
>
> Package: wnpp
> Severity: wishlist
> Owner: Alex <[email protected]>
>
> The package is no longer maintained, but it is just a tiny script with
> just two dependencies: six and httplib2.
>