url quote from pyton scripts
27 Jun
2001
27 Jun
'01
6:04 a.m.
Hi. How can I do a url quote from a python script? Can I somehow access the method in urllib or DT_Var or how can it be done? -- /Magnus Heino
27 Jun
27 Jun
7:23 a.m.
New subject: [Zope-dev] url quote from pyton scripts
"Magnus Heino (Rivermen)" wrote:
Hi.
How can I do a url quote from a python script?
Can I somehow access the method in urllib or DT_Var or how can it be done?
--
/Magnus Heino
Hi Magnus You have to import url_quote like: from Products.PythonScripts.standard import url_quote and then call it on what you want to be url_quoted, like: url_quote(whatever) --- Flynt
9072
Age (days ago)
9072
Last active (days ago)
1 comments
2 participants
participants (2)
-
Flynt -
Magnus Heino (Rivermen)