Help on instance of closeable_response in module Mechanize

2011-08-22 Thread Yingjie Lin
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,

Re: Help on instance of closeable_response in module Mechanize

2011-08-22 Thread Chris Rebert
On Mon, Aug 22, 2011 at 5:17 PM, Yingjie Lin yingjie@mssm.edu wrote: Hi Python users, I have a question about the instance of closeable_response in module Mechanize.        from mechanize import ParseResponse, urlopen        url =