]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17089: Expat parser now correctly works with string input not only when
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 16:26:15 +0000 (18:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 16:26:15 +0000 (18:26 +0200)
commit43536e9e373f395a047403831c08acedf3c5f258
tree8d5ba1618b26756b21791efa0cfea317af28e008
parent95b7110a1145d28fd9786c101ad568c7a2e4fb6e
Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII.  It now accepts bytes and
strings larger than 2 GiB.
Lib/test/test_pyexpat.py
Misc/NEWS
Modules/pyexpat.c