Message338597
| Author | scoder |
|---|---|
| Recipients | Photoniker, eli.bendersky, rhettinger, scoder, serhiy.storchaka |
| Date | 2019-03-22.09:36:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1553247398.52.0.846897195719.issue36233@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
As a work-around, you can provide your own XML declaration (or not) and pass "xml_declaration=False" into ElementTree.write() to prevent it from adding one. UTF-8 encoded XML is ok without such a declaration. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-22 09:36:38 | scoder | set | recipients: + scoder, rhettinger, eli.bendersky, serhiy.storchaka, Photoniker |
| 2019-03-22 09:36:38 | scoder | set | messageid: <1553247398.52.0.846897195719.issue36233@roundup.psfhosted.org> |
| 2019-03-22 09:36:38 | scoder | link | issue36233 messages |
| 2019-03-22 09:36:38 | scoder | create | |