Re: how to get a page's html code via a proxy

2006-03-09 Thread JuHui
thank you! I am not good at it. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to get a page's html code via a proxy

2006-03-09 Thread Fredrik Lundh
"JuHui" wrote: > who can help me? did you check the documentation ? a quick look in the library index might have helped you find this page http://docs.python.org/lib/module-urllib.html (search for "proxy" on that page to learn how urllib handles proxies) > please give me a sample code.