[Web-SIG] Unicode in Python 3

Armin Ronacher armin.ronacher at active-4.com
Sat Sep 19 12:59:49 CEST 2009


Hi,

Armin Ronacher schrieb:
> urllib.parse appears to be buggy with bytestrings:
> 
> I'm pretty sure the latter is a bug and I will file one, however if
> there is broken behavior with bytestrings in Python 3.1 that's another
> thing we have to keep in mind.
I have to correct myself, there are separate functions for byte quoting.
(parse.unquote_to_bytes, parse.quote_from_bytes).


Regards,
Armin


More information about the Web-SIG mailing list