When using mod_python with python3, I get invalid parameters encoding. Whereas the [URL specification](https://url.spec.whatwg.org/#percent-encoded-bytes) only talks about UTF-8, I see references to "latin1" everywhere in the code. Is that a bug?
When using mod_python with python3, I get invalid parameters encoding.
Whereas the URL specification only talks about UTF-8, I see references to "latin1" everywhere in the code. Is that a bug?