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 nsturmwind
Recipients nsturmwind
Date 2019-09-02.16:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567441502.07.0.479687799441.issue38011@roundup.psfhosted.org>
In-reply-to
Content
Python 3.7.4

When parsing a file using xml.dom.pulldom.parse(), if the parser is in the middle of text data when default_bufsize is reached it will split the text into multiple DOM Text nodes.

This breaks code expecting that reads the text data using node.firstChild.data.
History
Date User Action Args
2019-09-02 16:25:02nsturmwindsetrecipients: + nsturmwind
2019-09-02 16:25:02nsturmwindsetmessageid: <1567441502.07.0.479687799441.issue38011@roundup.psfhosted.org>
2019-09-02 16:25:02nsturmwindlinkissue38011 messages
2019-09-02 16:25:01nsturmwindcreate