[Python-3000-checkins] r51441 - python/branches/p3yk/BROKEN

guido.van.rossum python-3000-checkins at python.org
Mon Aug 21 21:55:37 CEST 2006


Author: guido.van.rossum
Date: Mon Aug 21 21:55:37 2006
New Revision: 51441

Modified:
   python/branches/p3yk/BROKEN
Log:
minidom is fixed.


Modified: python/branches/p3yk/BROKEN
==============================================================================
--- python/branches/p3yk/BROKEN	(original)
+++ python/branches/p3yk/BROKEN	Mon Aug 21 21:55:37 2006
@@ -9,14 +9,6 @@
 #5922 0x00021124 in PyObject_Call (func=0x5b0c90, arg=0x3384c0, kw=0x134e10) at ../Objects/abstract.c:1791
 
 ////////////////////////////////////////////////////////////////////////
-test_minidom
-////////////////////////////////////////////////////////////////////////
-
-test test_minidom crashed -- <class 'exceptions.TypeError'>: Error when calling the metaclass bases
-    Cannot create a consistent method resolution
-order (MRO) for bases object, GetattrMagic
-
-////////////////////////////////////////////////////////////////////////
 test_xml_etree
 ////////////////////////////////////////////////////////////////////////
 


More information about the Python-3000-checkins mailing list