[Python-Dev] tests failing in 2.2.2
Neal Norwitz
neal@metaslash.com
Fri, 4 Oct 2002 09:59:48 -0400
Is anyone else having problems with 2.2.2 tests?
minidom & sax fail for me on Linux:
test_sax
test test_sax skipped -- cannot import name quoteattr
test_minidom
Traceback (most recent call last):
File "Lib/test/test_minidom.py", line 636, in ?
func()
File "Lib/test/test_minidom.py", line 208, in testAAA
"setAttribute() sets ownerDocument")
File "Lib/test/test_minidom.py", line 22, in confirm
raise Exception
Exception
I'm off for a long weekend. I'll be back late Monday.
Neal