20 Dec
2004
20 Dec
'04
5:49 p.m.
David Siedband wrote at 2004-12-19 15:53 -0800:
urllib.urlquote
The function is "urllib" is called "quote" (or "quote_plus" when you need to quote values in the query string) and it is not directly accessible from untrusted code. The functions designed for untrusted code are in "Products.PythonScripts.standard" and are called "url_quote" and "url_quote_plus". -- Dieter