Thank you! (It works great now, using urllib.urlencode())
On Nov 12, 11:25 am, Martin <[email protected]> wrote: > On Nov 12, 11:23 am, Martin <[email protected]> wrote: > > > $ curl localhost:8080/?a=1%2B , which returns {'a': u'1+2'} > > it's 'a=1%2B2' (forgot the final '2') --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
