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 loewis, pitrou
Date 2012-07-08.11:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341748664.01.0.0305202221868.issue15290@psf.upfronthosting.co.za>
In-reply-to
Content
Trivial reproducer:

>>> e = minidom.Element("span")
>>> e.setAttribute("class", "version")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/antoine/cpython/default/Lib/xml/dom/minidom.py", line 743, in setAttribute
    attr.ownerDocument = self.ownerDocument
AttributeError: ownerDocument
History
Date User Action Args
2012-07-08 11:57:44pitrousetrecipients: + pitrou, loewis
2012-07-08 11:57:44pitrousetmessageid: <1341748664.01.0.0305202221868.issue15290@psf.upfronthosting.co.za>
2012-07-08 11:57:43pitroulinkissue15290 messages
2012-07-08 11:57:43pitroucreate