python mechanize proxy support question
alex23
wuwei23 at gmail.com
Mon Jan 4 20:34:17 EST 2010
On Jan 4, 9:25 pm, elca <high... at gmail.com> wrote:
> that is only support mechanize.browser module.. actually
> im looking mechanize.urlopen method.
>From the docs:
In these examples, the workings are hidden inside the mechanize.urlopen
() function, which is an extension of urllib2.urlopen(). Redirects,
proxies and cookies are handled automatically by this function (note
that you may need a bit of configuration to get your proxies correctly
set up: see urllib2 documentation).
http://wwwsearch.sourceforge.net/mechanize/doc.html
More information about the Python-list
mailing list