Message 30179 - Python tracker

Message30179

Author hugesmile
Recipients
Date 2006-10-07.12:32:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Calling the c routine cElementTree with the keyword
"attrib" fails.  This works in the python version
(ElementTree).

Example:

head = ET.SubElement(root, "head", attrib={"dir":"ltr"})

Python version 2.5, Windows version XP Professional
2002, Service Pack 2
History
Date User Action Args
2007-08-23 14:43:34adminlinkissue1572710 messages
2007-08-23 14:43:34admincreate