Quoth Muddy Coder :
> Hi Folks,
>
> I encrountered a problem of using urllib2: the space handling. Look at
> the code below:
>
> import urllib2
> url = r'http://somedomain.com/a.cgi?name=muddy coder&password=foobar
> cgi_back = urllib2.urlopen(url).read()
>
> In this cgi_back, I saw field passwo
Hi Folks,
I encrountered a problem of using urllib2: the space handling. Look at
the code below:
import urllib2
url = r'http://somedomain.com/a.cgi?name=muddy coder&password=foobar
cgi_back = urllib2.urlopen(url).read()
In this cgi_back, I saw field password worked fine, but field name
not, only