Damian Posener

Results 2 issues of Damian Posener

Working with DecodedURL objects is problematic if the URL contains special characters. Because attributes like `url.path` do not return the raw value, you get some weird behaviour using `replace`: ```py...

The behaviour of `url_normalize` is wrong when dealing with URLs that have encoded characters like question marks `?` or hash symbols `#` in the path. `%23` and `%3F` should not...