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 pitrou
Recipients Arfrever, christian.heimes, eli.bendersky, ezio.melotti, flox, georg.brandl, pitrou, skrah
Date 2012-10-01.21:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349127385.1.0.942976258646.issue16089@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, the problem is that _elementtree.TreeBuilder expects to receive _elementtree.Element instances, but simpleTAL's element_factory instead gives _ElementInterface instances.

In other words, TreeBuilder is completely broken.
History
Date User Action Args
2012-10-01 21:36:25pitrousetrecipients: + pitrou, georg.brandl, christian.heimes, ezio.melotti, Arfrever, eli.bendersky, skrah, flox
2012-10-01 21:36:25pitrousetmessageid: <1349127385.1.0.942976258646.issue16089@psf.upfronthosting.co.za>
2012-10-01 21:36:24pitroulinkissue16089 messages
2012-10-01 21:36:23pitroucreate