This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Michael.Brooks, ezio.melotti
Date 2011-11-17.18:17:55
SpamBayes Score 5.3287135e-05
Marked as misclassified No
Message-id <1321553875.95.0.876633555871.issue13358@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-17 18:17:56ezio.melottisetrecipients: + ezio.melotti, Michael.Brooks
2011-11-17 18:17:55ezio.melottisetmessageid: <1321553875.95.0.876633555871.issue13358@psf.upfronthosting.co.za>
2011-11-17 18:17:55ezio.melottilinkissue13358 messages
2011-11-17 18:17:55ezio.melotticreate