]> granicus.if.org Git - python/commit
Issue #8047: Fix the xml.etree serializer to return bytes by default.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 8 Aug 2010 19:48:29 +0000 (19:48 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 8 Aug 2010 19:48:29 +0000 (19:48 +0000)
commitc17f17294fb31967b52b5b7039d7587e0f82c3bb
tree8d7021b079f787e45382391cd3327a0127f2923d
parent1a0a737b131b5c54ba32a8dc707db39b4ce03674
Issue #8047: Fix the xml.etree serializer to return bytes by default.
Use ``encoding="unicode"`` to generate a Unicode string.
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS