Ezio Melotti <ezio.melo...@gmail.com> added the comment:

It already behaves like a browser, it just gives you data in chunks instead of 
calling handle_data() only once at the end.  The documentation is not clear 
about this though.  It says that feed() can be called several times, but it 
doesn't say that handle_data() (and possibly other methods) might get called 
more than once.  This seems to always be the case while calling feed() several 
times.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to