diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-08 23:08:41 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-08 23:08:41 (GMT) |
commit | ba8a98600eddc5e2a87a9148e634ada1a1056495 (patch) | |
tree | 5efc226f5ef208d7d109b62435f4c72bda26c76c /Misc/NEWS | |
parent | 14bd1c3b2e72498ac022161ddddcf9375c92572d (diff) | |
download | cpython-ba8a98600eddc5e2a87a9148e634ada1a1056495.zip cpython-ba8a98600eddc5e2a87a9148e634ada1a1056495.tar.gz cpython-ba8a98600eddc5e2a87a9148e634ada1a1056495.tar.bz2 |
Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Extensions Library ------- +- Issue #6231: Fix xml.etree.ElementInclude to include the tail of the + current node. + - Issue #8047: Fix the xml.etree serializer to return bytes by default. Use ``encoding="unicode"`` to generate a Unicode string. |