]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16986: ElementTree now correctly parses a string input not only when
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 May 2013 14:21:06 +0000 (17:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 May 2013 14:21:06 +0000 (17:21 +0300)
commit447b6e3c6ece7db5eb056311b473285366f6cadb
tree7b06654559cee8c33ea5bfb4db2bb3a69d1aaefe
parent43e145b6a47a85ed06e0e719238f3fc0e3fd9eef
parent66d53fa9ad846a401292eec622a6a98983bed578
Issue #16986: ElementTree now correctly parses a string input not only when
an internal XML encoding is UTF-8 or US-ASCII.
Lib/test/test_xml_etree.py
Misc/NEWS
Modules/_elementtree.c