Message340590
| Author | gphemsley |
|---|---|
| Recipients | asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy |
| Date | 2019-04-21.00:07:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1555805260.45.0.823683701543.issue36685@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In the process of investigating and writing tests for issue32424, I discovered that the C implementation of xml.etree.ElementTree does not make a copy of the attrib argument when creating a new element, allowing the attributes of the element to be modified outside of creation. The Python implementation does not have this problem. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-21 00:07:40 | gphemsley | set | recipients: + gphemsley, scoder, r.david.murray, eli.bendersky, asvetlov, serhiy.storchaka, thatiparthy, mdk, p-ganssle |
| 2019-04-21 00:07:40 | gphemsley | set | messageid: <1555805260.45.0.823683701543.issue36685@roundup.psfhosted.org> |
| 2019-04-21 00:07:40 | gphemsley | link | issue36685 messages |
| 2019-04-21 00:07:40 | gphemsley | create | |