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 fdrake
Recipients Maciek.J, docs@python, eric.araujo, fdrake, r.david.murray
Date 2011-08-19.12:58:55
SpamBayes Score 9.394682e-06
Marked as misclassified No
Message-id <1313758736.55.0.525286983031.issue10149@psf.upfronthosting.co.za>
In-reply-to
Content
Chunking of the data is expected with Expat.  There are no promises about *where* chunks are broken; the underlying behavior will break at line endings, but is not limited to that.

Setting buffer_text informs the Python wrapper that it's allowed to combine the chunks reported by the Expat library; this was made optional since it could affect working applications (changing the default with the move to Python 3 may have been acceptable, though).
History
Date User Action Args
2011-08-19 12:58:56fdrakesetrecipients: + fdrake, eric.araujo, r.david.murray, docs@python, Maciek.J
2011-08-19 12:58:56fdrakesetmessageid: <1313758736.55.0.525286983031.issue10149@psf.upfronthosting.co.za>
2011-08-19 12:58:55fdrakelinkissue10149 messages
2011-08-19 12:58:55fdrakecreate