[New-bugs-announce] [issue9371] pulldom doesn't provide END_DOCUMENT or COMMENT nodes.

Mark Smith report at bugs.python.org
Sat Jul 24 15:01:52 CEST 2010


New submission from Mark Smith <mark.smith at practicalpoetry.co.uk>:

I've been developing unit tests to increase the code coverage for pulldom, and have discovered that comments and end_document do not appear to result in events being obtained from the DOMEventStream.

I've attached a failing TestCase to demonstrate this.

----------
components: XML
files: test_pulldom.py
messages: 111474
nosy: mark.smith
priority: normal
severity: normal
status: open
title: pulldom doesn't provide END_DOCUMENT or COMMENT nodes.
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file18183/test_pulldom.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9371>
_______________________________________


More information about the New-bugs-announce mailing list