[issue11368] xml.etree.ElementTree.Element should have a reference to parent

Ned Deily report at bugs.python.org
Wed Mar 2 04:02:53 CET 2011


Ned Deily <nad at acm.org> added the comment:

ElementTree Element has no parent link by design.  See the "Accessing Parents" topic (http://effbot.org/zone/element.htm) in the supplemental documentation for ElementTree linked from the Python Standard Library doc set (http://docs.python.org/py3k/library/xml.etree.elementtree.html).

----------
nosy: +ned.deily
resolution:  -> rejected
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11368>
_______________________________________


More information about the Python-bugs-list mailing list