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 iter
Recipients iter
Date 2018-04-13.18:36:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523644603.75.0.682650639539.issue33274@psf.upfronthosting.co.za>
In-reply-to
Content
W3C DOM Level 1[1] requires removeAttributeNode() to return the removed node:

removeAttributeNode: Removes the specified attribute.
Return Value: The Attr node that was removed.

Minidom implementation returns None.

[1]https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#method-removeAttributeNode
History
Date User Action Args
2018-04-13 18:36:43itersetrecipients: + iter
2018-04-13 18:36:43itersetmessageid: <1523644603.75.0.682650639539.issue33274@psf.upfronthosting.co.za>
2018-04-13 18:36:43iterlinkissue33274 messages
2018-04-13 18:36:43itercreate