diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-12 14:31:16 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-12 14:31:16 (GMT) |
commit | 3eab6b363a968e907605fe749d12941c3be29761 (patch) | |
tree | 2a2bdf318b72e49e7c3e534b005ada224693cebb /Misc | |
parent | 521ed521317ffd385afaabdd889879e7cb7461df (diff) | |
download | cpython-3eab6b363a968e907605fe749d12941c3be29761.zip cpython-3eab6b363a968e907605fe749d12941c3be29761.tar.gz cpython-3eab6b363a968e907605fe749d12941c3be29761.tar.bz2 |
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
characters() and ignorableWhitespace() methods. Original patch by Sebastian
Ortiz Vasquez.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1254,6 +1254,7 @@ Kyle VanderBeek Andrew Vant Atul Varma Dmitry Vasiliev +Sebastian Ortiz Vasquez Alexandre Vassalotti Nadeem Vawda Frank Vercruesse @@ -49,6 +49,10 @@ Core and Builtins Library ------- +- Issue #17606: Fixed support of encoded byte strings in the XMLGenerator + .characters() and ignorableWhitespace() methods. Original patch by Sebastian + Ortiz Vasquez. + - Issue #17732: Ignore distutils.cfg options pertaining to install paths if a virtual environment is active. |