diff options
author | Eli Bendersky <eliben@gmail.com> | 2012-07-15 03:02:22 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2012-07-15 03:02:22 (GMT) |
commit | 00f402bfcbe3245f9c62f86376fc77bb9e7de639 (patch) | |
tree | c5035e1c4af4be283479aca143ba687d74d19c0f /Doc/library | |
parent | 1191709b1379661a15287a2c6ac8263f23655f73 (diff) | |
download | cpython-00f402bfcbe3245f9c62f86376fc77bb9e7de639.zip cpython-00f402bfcbe3245f9c62f86376fc77bb9e7de639.tar.gz cpython-00f402bfcbe3245f9c62f86376fc77bb9e7de639.tar.bz2 |
Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 335a6e2..3c2ddd3 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -659,7 +659,6 @@ ElementTree Objects should be added to the file. Use False for never, True for always, None for only if not US-ASCII or UTF-8 or Unicode (default is None). *method* is either ``"xml"``, ``"html"`` or ``"text"`` (default is ``"xml"``). - Returns an (optionally) encoded string. This is the XML file that is going to be manipulated:: |