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

Serhiy Storchaka report at bugs.python.org
Fri Jun 15 08:46:07 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

xml.sax.saxutils.XMLGenerator constructor has a parameter short_empty_elements (False by default). For consistency new ElementTree.write parameter must have the same name (True by default for compatibility).

----------

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


More information about the Python-bugs-list mailing list