New submission from Noam Sturmwind <n...@sturmwind.ca>:

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.

----------
components: Library (Lib)
files: test.py
messages: 351021
nosy: nsturmwind
priority: normal
severity: normal
status: open
title: xml.dom.pulldom splits text data at buffer size when parsing from file
type: behavior
versions: Python 3.7
Added file: https://bugs.python.org/file48581/test.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38011>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to