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 Arfrever
Recipients Arfrever, akuchling, eric.araujo, fdrake, georg.brandl, jkloth, loewis
Date 2011-05-08.14:18:00
SpamBayes Score 0.0028577335
Marked as misclassified No
Message-id <1304864281.45.0.48440040412.issue11164@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-05-08 14:18:01Arfreversetrecipients: + Arfrever, loewis, fdrake, akuchling, georg.brandl, jkloth, eric.araujo
2011-05-08 14:18:01Arfreversetmessageid: <1304864281.45.0.48440040412.issue11164@psf.upfronthosting.co.za>
2011-05-08 14:18:00Arfreverlinkissue11164 messages
2011-05-08 14:18:00Arfrevercreate