]> granicus.if.org Git - python/commit
Issue #17089: Expat parser now correctly works with string input not only when
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 16:28:01 +0000 (18:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 16:28:01 +0000 (18:28 +0200)
commit36b365ccff21cdc563a3f4209b0bbaa079572487
tree2f1c79701b06d6afc8c5b53a1e9aace985dab2e3
parentb7be42b1f949a4ddd6fe9a2d2b6451fba565c037
parent43536e9e373f395a047403831c08acedf3c5f258
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.
Misc/NEWS
Modules/pyexpat.c