[issue11164] xml shouldn't use _xmlplus

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun May 8 16:18:01 CEST 2011


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

I have verified that xml.dom.minidom.Node from neither stdlib (at least 2.6, 2.7, 3.1, 3.2 and 3.3) nor PyXML 0.8.4 has 'allnodes' attribute.

If you install PyXML 0.8.4 for Python 2.7 and change 'pass' in MinidomTest.tearDown() into 'raise', then the following commands will print the same exceptions in MinidomTest.tearDown():

# With PyXML
# "FAILED (failures=8, errors=111)"
$ python2.7 -m test.test_minidom

# Without PyXML
# "FAILED (errors=110)"
$ python2.7 -S -m test.test_minidom

----------

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


More information about the Python-bugs-list mailing list