On Mon, Aug 22, 2011 at 5:17 PM, Yingjie Lin wrote:
> Hi Python users,
>
> I have a question about the instance of closeable_response in module
> Mechanize.
>
> from mechanize import ParseResponse, urlopen
> url = "http://wwwsearch.sourceforge.net/mechanize/example.html";
> r
Hi Python users,
I have a question about the instance of closeable_response in module Mechanize.
from mechanize import ParseResponse, urlopen
url = "http://wwwsearch.sourceforge.net/mechanize/example.html";
r = urlopen(url)
forms = ParseResponse(r, backwards_compat