commit | 54319287c9b3df17c0f6ce15b14619a9814ae292 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 09 16:53:09 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 09 16:53:09 2010 +0000 |
tree | 24718ad101ee49d9c2fddfe86d0bb61668b005c0 | |
parent | 0f36573f10fb1125042ada81b9feaee0c5b8a9ff [diff] |
Merged revisions 78123 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78123 | antoine.pitrou | 2010-02-09 17:51:16 +0100 (mar., 09 févr. 2010) | 5 lines 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. ........