> I'm still wondering though, if there's some part of the python standard
> modules that will convert those % escapes to ASCII or similar - and

I believe that functionality is provided by the quote/unquote functions
in the urllib module:

http://www.python.org/doc/current/lib/module-urllib.html

Istvan.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to