]> granicus.if.org Git - python/commit
Issue #6233: ElementTree failed converting unicode characters to XML
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Feb 2010 16:51:16 +0000 (16:51 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Feb 2010 16:51:16 +0000 (16:51 +0000)
commitc77dd32be4557ad5d2e5c9a710ebeaf52d5092d1
treef77e45403d9f7dc9ad863caacb9928d6fd90fc90
parent28a817e3bacd1de1fbca2d0cd8f2f7dd3cc72b61
Issue #6233: ElementTree failed converting unicode characters to XML
entities when they could't be represented in the requested output
encoding.  Patch by Jerry Chen.
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/ACKS
Misc/NEWS