url-normalize icon indicating copy to clipboard operation
url-normalize copied to clipboard

Use idna package for normalize host

Open moeb1376 opened this issue 1 year ago • 2 comments

Add idna package to dependencies. Remove python 2.7 from supported python versions.

moeb1376 avatar Jul 25 '22 09:07 moeb1376

I like this idea, since any project dealing with URLs almost certainly already has idna as a transitive dependency (via an HTTP client or server library like requests or aiohttp).

JWCook avatar Sep 20 '23 17:09 JWCook

We are removind old Python2+3 compat from Debian: future, six, unittest2, mock...

I was considering patching this one downstream because I have it on my own PC... but having this change upstream is much better :-)

Greetings

https://wiki.debian.org/Python3-six-removal

a-detiste avatar Jan 12 '24 06:01 a-detiste