Jeethu Rao wrote:
> You need to use httplib.
> http://docs.python.org/lib/httplib-examples.html
>
> Jeethu Rao

Not at all.  They need to read the documentation for urrlib:

http://docs.python.org/lib/module-urllib.html
http://docs.python.org/lib/node483.html
"The following example uses the "POST" method instead:"....

Additionally, they probably need to use cookielib, otherwise the logged
in state will not be persistant.

-- 
- Justin

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to