diff -r cd9141a4f999 Lib/xml/etree/ElementTree.py --- a/Lib/xml/etree/ElementTree.py Wed May 15 16:17:25 2013 -0500 +++ b/Lib/xml/etree/ElementTree.py Thu May 16 00:40:53 2013 +0200 @@ -494,9 +494,6 @@ if e.tail: yield e.tail -# compatibility -_Element = _ElementInterface = Element - ## # Subelement factory. This function creates an element instance, and # appends it to an existing element. @@ -1797,6 +1794,7 @@ # compatibility XMLTreeBuilder = XMLParser +_Element = _ElementInterface = Element # workaround circular import. try:

AltStyle によって変換されたページ (->オリジナル) /