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 v+python
Recipients r.david.murray, v+python
Date 2011-01-10.09:45:44
SpamBayes Score 0.0029520018
Marked as misclassified No
Message-id <1294652746.24.0.244606386518.issue10879@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to code some of this, it would be handy if BytesFeedParser.feed would return a status, indicating if it has seen the end of the headers yet. But that would only work if it is parsing as it goes, rather than just buffering, with all the real parsing work being done at .close time.
History
Date User Action Args
2011-01-10 09:45:46v+pythonsetrecipients: + v+python, r.david.murray
2011-01-10 09:45:46v+pythonsetmessageid: <1294652746.24.0.244606386518.issue10879@psf.upfronthosting.co.za>
2011-01-10 09:45:45v+pythonlinkissue10879 messages
2011-01-10 09:45:45v+pythoncreate