]> 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:31:16 +0000 (17:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 May 2013 14:31:16 +0000 (17:31 +0300)
commit3eab6b363a968e907605fe749d12941c3be29761
tree2a2bdf318b72e49e7c3e534b005ada224693cebb
parent521ed521317ffd385afaabdd889879e7cb7461df
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