This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients kirpit, ronaldoussoren
Date 2012-09-25.12:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348575197.65.0.0311799620844.issue16044@psf.upfronthosting.co.za>
In-reply-to
Content
(unassigning as this is not a mac-specific issue)

BTW. Is this really a bug, the documentation says that append appends a single element <http://docs.python.org/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.append>:

<quote>
append(subelement)
Adds the element subelement to the end of this elements internal list of subelements.
</quote>
History
Date User Action Args
2012-09-25 12:13:17ronaldoussorensetrecipients: + ronaldoussoren, kirpit
2012-09-25 12:13:17ronaldoussorensetmessageid: <1348575197.65.0.0311799620844.issue16044@psf.upfronthosting.co.za>
2012-09-25 12:13:17ronaldoussorenlinkissue16044 messages
2012-09-25 12:13:16ronaldoussorencreate