CGI question

Istvan Albert istvan.albert at gmail.com
Thu Dec 1 22:14:15 EST 2005


> 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.




More information about the Python-list mailing list