[issue14377] Modify serializer for xml.etree.ElementTree to allow forcing the use of long tag closing

Ariel Poliak report at bugs.python.org
Wed Jun 13 04:42:26 CEST 2012


Ariel Poliak <apoliak at gmail.com> added the comment:

Made a new patch.
This one contains changes for xml.etree.ElementTree for cpython, jython, and stackless.
It also contains changes to Modules/_elementtree.c for cpython and stackless.

The changes within this patch do not change the signature for the _serialize_* methods, so it can be used with any third-party library that extends ElementTree.

----------
Added file: http://bugs.python.org/file25946/ElementTree-force_long_tags-v3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14377>
_______________________________________


More information about the Python-bugs-list mailing list