]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 May 2013 14:29:34 +0000 (17:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 May 2013 14:29:34 +0000 (17:29 +0300)
commit7423903eee3f01e5781fa6840ee08ccf5f26e800
treebddce80672b458bbe7145f45d0a20015f08f73f2
parent988aba3ba34631a335066b5f12db8f0035bec28d
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
characters() and ignorableWhitespace() methods.  Original patch by Sebastian
Ortiz Vasquez.
Lib/test/test_sax.py
Lib/xml/sax/saxutils.py
Misc/ACKS
Misc/NEWS