]> granicus.if.org Git - python/commit
Merged revisions 78123 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Feb 2010 16:53:09 +0000 (16:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Feb 2010 16:53:09 +0000 (16:53 +0000)
commit54319287c9b3df17c0f6ce15b14619a9814ae292
tree24718ad101ee49d9c2fddfe86d0bb61668b005c0
parent0f36573f10fb1125042ada81b9feaee0c5b8a9ff
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.
........
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/ACKS
Misc/NEWS