[12:42:10] <nicolasbock> Hi. I found that pip isn't very good dealing with IPv6 addresses. In particular if pip gets a --constraint via http and starts following links in that file, the URL clean function quotes the brackets of the IPv6 address itself, which is incorrect. I have uploaded a patch (https://github.com/pypa/pip/pull/6245) which fixes this issues. But this is the first time I am submitting a patch to pip and I am not sure if the way
[12:42:11] <nicolasbock> I wrote it is acceptable. Please let me know if something is missing or if I should change anything in terms of the implementation. Thanks!