Add URI normalization functions to the urllib.parse module

For URI handling nowadays, I think everyone uses the code pulled out of Twisted: https://github.com/python-hyper/hyperlink

2 Likes