[issue13127] xml.dom.Attr.name is not labeled as read-only

2011-10-07 Thread Dillon Amburgey
New submission from Dillon Amburgey : http://docs.python.org/library/xml.dom.html#dom-attr-objects does not label the name attribute as read-only (like localName) even though it is. -- assignee: docs@python components: Documentation messages: 145155 nosy: dillona, docs@python priority

[issue13127] xml.dom.Attr.name is not labeled as read-only

2011-10-07 Thread Dillon Amburgey
Dillon Amburgey added the comment: The behavior can be verified as follows. Notice that despite changing the value, the output XML does not change >>> from xml.dom import minidom, Node >>> a = minidom.parseString("http://asd.com\";>asd") >>&