> > >I was assuming that it would somehow be easy to do the equivalent to > > Javascript "escape/unescape" functions in a Python script but for some > > reason I just can't find out how to do it. > > > > Maybe I can't see the forest for the trees. Anybody out there have a > > cluestick to whack me with? > > Try googling: urllib.urlencode > > It should get you going in the right direction >
Hmm-- seems to have the stuff I want but also seems not accessible from a Zope Python script :-( _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
