]> granicus.if.org Git - python/commit
Issue #16986: ElementTree now correctly parses a string input not only when
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 May 2013 14:07:51 +0000 (17:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 May 2013 14:07:51 +0000 (17:07 +0300)
commit66d53fa9ad846a401292eec622a6a98983bed578
tree210b779b9e53f5372a645014459aa98145177185
parent9e62d35e656ff2c8c3343943a9b7b5e5bf39ee2e
Issue #16986: ElementTree now correctly parses a string input not only when
an internal XML encoding is UTF-8 or US-ASCII.
Include/pyexpat.h
Lib/test/test_xml_etree.py
Misc/NEWS
Modules/_elementtree.c
Modules/pyexpat.c