Message244072
| Author | martin.panter |
|---|---|
| Recipients | eli.bendersky, martin.panter, rhettinger, scoder |
| Date | 2015-05-26.01:25:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432603551.88.0.633431579804.issue24287@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The ElementTree class imitates or wraps many methods of the Element class. Since Element.append() and remove() already exist and act on children of the element, I think the new ElementTree methods should be named differently. Maybe something like prolog_append() and prolog_remove()? Or prologue_append() depending on your spelling preferences :P Also, maybe the new write() calls should add newlines. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-26 01:25:51 | martin.panter | set | recipients: + martin.panter, rhettinger, scoder, eli.bendersky |
| 2015-05-26 01:25:51 | martin.panter | set | messageid: <1432603551.88.0.633431579804.issue24287@psf.upfronthosting.co.za> |
| 2015-05-26 01:25:51 | martin.panter | link | issue24287 messages |
| 2015-05-26 01:25:51 | martin.panter | create | |