[Zope] URL quoting in python

Kapil Thangavelu kvthan@wm.edu
Wed, 19 Jul 2000 20:45:55 -0700


is there a way to get a url-encoded/quoted variable in pythonish dtml ?

what i am trying to do
<dtml-call "RESPONSE.redirect(URL1+'?foo_bar='+foobar)">


Kapil