Re: [Tutor] urlencode

2007-06-05 Thread Kent Johnson
[EMAIL PROTECTED] wrote: >> From: Lee Jones >> Subject: [Tutor] urlencode >> Hello, >> I am trying to urlencode a string. In python the only thing I can see > is the urllib.urlencode(). But this takes a dictionary, and returns >> "key=value", which is not what I want. I only want to url-encode a

Re: [Tutor] urlencode

2007-06-05 Thread Senthil_OR
>From: Lee Jones >Subject: [Tutor] urlencode >Hello, >I am trying to urlencode a string. In python the only thing I can see is the urllib.urlencode(). But this takes a dictionary, and returns >"key=value", which is not what I want. I only want to url-encode a string. Does any one know how to d