Maciek J added the comment:
Couldn't compile to html at the moment, but it should be fine anyway.
Note that I didn't wanted to start a new paragraph (I'm guessing you meant the
sentence at line 13 of the patch) as there was no new paragraph in a previous
version.
--
A
Maciek J added the comment:
I'm not familiar with the rst format, but I hope this works.
--
keywords: +patch
Added file: http://bugs.python.org/file19329/pyexpat.rst.patch
___
Python tracker
<http://bugs.python.org/is
Maciek J added the comment:
Hm... It turns out that there is a "buffer_text" attribute:
http://docs.python.org/library/pyexpat.html#xml.parsers.expat.xmlparser.buffer_text
And setting this attribute to "True" seems to solve the problem.
It solves my problem, but docs are
New submission from Maciek J :
Not sure if this is a Python problem or an expat problem, but I get truncated
data while parsing XML documents.
This particular project is for parsing an XML file of Wikipedia dump.
The attached files are:
* xml-parse-revisions.py - parser script
* revision