Arfrever Frehtes Taifersar Arahesis <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue11164> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
