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

alex.martelli python-3000-checkins at python.org
Mon Aug 21 22:58:26 CEST 2006


Author: alex.martelli
Date: Mon Aug 21 22:58:26 2006
New Revision: 51447

Modified:
   python/branches/p3yk/BROKEN
Log:
etree_c not broken any more.



Modified: python/branches/p3yk/BROKEN
==============================================================================
--- python/branches/p3yk/BROKEN	(original)
+++ python/branches/p3yk/BROKEN	Mon Aug 21 22:58:26 2006
@@ -9,22 +9,6 @@
 #5922 0x00021124 in PyObject_Call (func=0x5b0c90, arg=0x3384c0, kw=0x134e10) at ../Objects/abstract.c:1791
 
 ////////////////////////////////////////////////////////////////////////
-test_xml_etree_c
-////////////////////////////////////////////////////////////////////////
-
-**********************************************************************
-File "/Users/guido/projects/python/py3k/Lib/test/test_xml_etree_c.py", line 112, in test.test_xml_etree_c.find
-Failed example:
-    elem.find("section/tag").tag
-Exception raised:
-    Traceback (most recent call last):
-      File "/Users/guido/projects/python/py3k/Lib/doctest.py", line 1207, in __run
-        compileflags, 1) in test.globs
-      File "<doctest test.test_xml_etree_c.find[3]>", line 1, in <module>
-        elem.find("section/tag").tag
-    AttributeError: 'NoneType' object has no attribute 'tag'
-
-////////////////////////////////////////////////////////////////////////
 test_descr
 ////////////////////////////////////////////////////////////////////////
 


More information about the Python-3000-checkins mailing list