[docutils:patches] #114 rst2odt_prepstyles.py: Port to ElementTree
"Günter Milde" via Docutils-develop <[email protected]>
| Newsgroups | gmane.text.docutils.devel |
|---|---|
| Message-ID | </p/docutils/patches/114/757a05697e915afb4ebee4dafa1f0b25e3df20d8.patches@docutils.p.sourceforge.net> |
- **status**: open-accepted --> closed-accepted - **Comment**: Fixed in [Docutils 0.20](https://pypi.org/project/docutils/0.20) Thanks for the patch and explanations. --- **[patches:#114] rst2odt_prepstyles.py: Port to ElementTree** **Status:** closed-accepted **Group:** None **Created:** Mon Aug 05, 2013 02:12 PM UTC by Michael Schutte **Last Updated:** Wed Apr 26, 2023 01:00 PM UTC **Owner:** nobody **Attachments:** - [rst2odt_prepstyles-elementtree.diff](https://sourceforge.net/p/docutils/patches/114/attachment/rst2odt_prepstyles-elementtree.diff) (1.8 kB; text/x-patch) rst2odt_prepstyles.py currently uses lxml to parse, modify and write XML. The attached patch makes it use ElementTree instead, which has been part of Python's standard library since 2.5. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/docutils/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.