Avoids unnecessarily clobbering urllib.addinfourl methods on .close().
Only supports responses returned by mechanize.HTTPHandler.
After .close(), the following methods are supported:
.read() .readline() .readlines() .seek() .tell() .info() .geturl() .__iter__() .next() .close()
and the following attributes are supported:
.code .msg
Also supports pickling (but the stdlib currently does something to prevent it: http://python.org/sf/1144636).
There are no base classes.
There are no implemented interfaces.
closeable_response
(type: NoneType
)
None
close()
geturl()
info()