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 AchimGaedke
Recipients AchimGaedke
Date 2007-09-09.16:40:11
SpamBayes Score 0.04505412
Marked as misclassified No
Message-id <1189356011.84.0.968400197849.issue1137@psf.upfronthosting.co.za>
In-reply-to
Content
Hello!

Sometimes people have big amounts of text/data in xml files. To make
processing more effective, they should be able to change the buffer size
for collecting character data in one string.

Here comes a patch that applies necessary changes in setattr method. It
handles reallocation sufficiently efficient without introducing extra
variables to the parser class.

Also a documentation patch and some test cases are available.

These patches and tests were done with debian etch python2.5, which is
python-2.5.1 . This patch also works on python2.4 .
Files
File name Uploaded
pyexpat_c_patch AchimGaedke, 2007-09-09.16:40:11
History
Date User Action Args
2007-09-09 16:40:12AchimGaedkesetspambayes_score: 0.0450541 -> 0.04505412
recipients: + AchimGaedke
2007-09-09 16:40:11AchimGaedkesetspambayes_score: 0.0450541 -> 0.0450541
messageid: <1189356011.84.0.968400197849.issue1137@psf.upfronthosting.co.za>
2007-09-09 16:40:11AchimGaedkelinkissue1137 messages
2007-09-09 16:40:11AchimGaedkecreate