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 jjstuart
Recipients Arfrever, eli.bendersky, jjstuart, jwilk
Date 2013-05-17.15:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368806153.97.0.548758981848.issue17989@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it's being called from the c extension. I would think it should still throw an exception though?


>>> e = etree.Element
>>> e.ham = 1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can't set attributes of built-in/extension type 'xml.etree.ElementTree.Element'
History
Date User Action Args
2013-05-17 15:55:54jjstuartsetrecipients: + jjstuart, jwilk, Arfrever, eli.bendersky
2013-05-17 15:55:53jjstuartsetmessageid: <1368806153.97.0.548758981848.issue17989@psf.upfronthosting.co.za>
2013-05-17 15:55:53jjstuartlinkissue17989 messages
2013-05-17 15:55:53jjstuartcreate