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 eli.bendersky
Recipients Arfrever, eli.bendersky, jjstuart, jwilk, python-dev
Date 2013-05-18.14:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368888881.74.0.717735452336.issue17989@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed. Thanks for the report!

Python 3.4.0a0 (default:1b760f926846+9682241dc8fc+, May 18 2013, 07:52:49) 
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml.etree.ElementTree as ET; j = ET.Element('j')
>>> j.ham = 2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: Can't set arbitraty attributes on Element
>>>
History
Date User Action Args
2013-05-18 14:54:41eli.benderskysetrecipients: + eli.bendersky, jwilk, Arfrever, python-dev, jjstuart
2013-05-18 14:54:41eli.benderskysetmessageid: <1368888881.74.0.717735452336.issue17989@psf.upfronthosting.co.za>
2013-05-18 14:54:41eli.benderskylinkissue17989 messages
2013-05-18 14:54:41eli.benderskycreate