[issue27940] xml.etree: Avoid XML declaration for the "ascii" encoding

STINNER Victor report at bugs.python.org
Mon Sep 5 20:30:11 EDT 2016


STINNER Victor added the comment:

New patch:

* Avoid codecs.lookup() for method != "xml"
* More unit tests

----------
Added file: http://bugs.python.org/file44385/etree_xml_declaration-2.patch

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


More information about the Python-bugs-list mailing list