jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 123 forks source link

forgot ``seek(0)'' in mechanize ``RobustFactory.set_response()''? #42

Open jinty opened 13 years ago

jinty commented 13 years ago

In response to this bug:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456944

The debian mechanize package is carrying this patch:

 http://svn.debian.org/viewsvn/pkg-zope/python-mechanize/trunk/debian/patches/mechanize_seek.dpatch?revision=2231&view=markup

It seems to not have been applied to recent versions of mecanize. It would be nice to get rid of that patch one way or another.