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 Marco Sulla
Recipients Marco Sulla, eli.bendersky, rhettinger, scoder, serhiy.storchaka
Date 2019-08-22.23:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566516648.01.0.113290412635.issue37792@roundup.psfhosted.org>
In-reply-to
Content
Thanks, but telling the truth:

1. I just not use SubElement, even if it's more convenient. I just create an Element and I append to the parent one. It's much more clear IMHO

2. I do not use `fromstring` and all its friends. It was just a suggestion

3. I already copy/pasted from SO a function that serialize the Element. I do not want to waste time to do something that will be not used as `Element.__eq__()` implementation, as IMHO should be. 

See ya.
History
Date User Action Args
2019-08-22 23:30:48Marco Sullasetrecipients: + Marco Sulla, rhettinger, scoder, eli.bendersky, serhiy.storchaka
2019-08-22 23:30:48Marco Sullasetmessageid: <1566516648.01.0.113290412635.issue37792@roundup.psfhosted.org>
2019-08-22 23:30:47Marco Sullalinkissue37792 messages
2019-08-22 23:30:47Marco Sullacreate