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

Ashwin Ramaswami report at bugs.python.org
Sat Jan 5 18:18:32 EST 2019


Ashwin Ramaswami <aramaswamis at gmail.com> added the comment:

This behavior appears to be working as expected per the documentation when using Python 3.7.1. I am able to change name, but changing localName gives me a NoModificationAllowedErr error.

----------
nosy: +Ashwin Ramaswami
versions: +Python 3.7 -Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13127>
_______________________________________


More information about the docs mailing list