]> 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:29:47 +0000 (18:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Feb 2013 16:29:47 +0000 (18:29 +0200)
commit88eea543d67218a08c7c7e006898a380e09935b1
tree82881838f2de1f3a091ca73e6cc1906c816fbd63
parent811724ce7fd339cceffd69b0827a6a123c49b4ff
parent36b365ccff21cdc563a3f4209b0bbaa079572487
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