Troy Vitullo

Results 2 comments of Troy Vitullo

Thanks for the quick response. When I run: `python -c 'from urllib.parse import urlparse, unquote; uri = urlparse("mysql://username:passwordWith@and@[email protected]:5555/mydb"); print(uri.username); print(uri.password);'` I get: ``` Traceback (most recent call last): File "",...

Going out on a limb I'd say that I and @liygzting are missing a library that enables us to properly use special characters in passwords.