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 potomak
Recipients cheryl.sabella, dillona, docs@python, epicfaace, ezio.melotti, potomak, scoder, terry.reedy, urjitsb87
Date 2019-07-13.22:51:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563058274.82.0.713534205383.issue13127@roundup.psfhosted.org>
In-reply-to
Content
In https://github.com/python/cpython/pull/14757 I tried updating the implementation of `Attr._set_name` to remove and reset the attr node in the owner element. So now `Attr._set_name` behaves similarly to `Document.renameNode`.

All existing tests are still passing and I added one more test for checking the issue described here.
History
Date User Action Args
2019-07-13 22:51:14potomaksetrecipients: + potomak, terry.reedy, scoder, ezio.melotti, docs@python, dillona, urjitsb87, cheryl.sabella, epicfaace
2019-07-13 22:51:14potomaksetmessageid: <1563058274.82.0.713534205383.issue13127@roundup.psfhosted.org>
2019-07-13 22:51:14potomaklinkissue13127 messages
2019-07-13 22:51:14potomakcreate