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-07.23:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341703964.25.0.272780923096.issue15290@psf.upfronthosting.co.za>
In-reply-to
Content
This is a regression from 3.2:

Traceback (most recent call last):
  File "/home/antoine/3sted/twisted/lore/test/test_lore.py", line 542, in test_setTitle
    secondTitle.setAttribute('class', 'title')
  File "/home/antoine/opt/lib/python3.3/xml/dom/minidom.py", line 743, in setAttribute
    attr.ownerDocument = self.ownerDocument
builtins.AttributeError: ownerDocument
History
Date User Action Args
2012-07-07 23:32:44pitrousetrecipients: + pitrou, loewis
2012-07-07 23:32:44pitrousetmessageid: <1341703964.25.0.272780923096.issue15290@psf.upfronthosting.co.za>
2012-07-07 23:32:43pitroulinkissue15290 messages
2012-07-07 23:32:43pitroucreate