diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-26 04:21:03 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-26 04:21:03 (GMT) |
commit | 575fb3195517fc06ec664a1fbfcedf84a2d8ea3a (patch) | |
tree | 274dcd971a753b7219db18f57675f6c496b76c1b /Doc/library/xml.etree.elementtree.rst | |
parent | b5d55184e0fd05c9d0414ffbcfe5759a8f87d9c3 (diff) | |
download | cpython-575fb3195517fc06ec664a1fbfcedf84a2d8ea3a.zip cpython-575fb3195517fc06ec664a1fbfcedf84a2d8ea3a.tar.gz cpython-575fb3195517fc06ec664a1fbfcedf84a2d8ea3a.tar.bz2 |
shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.
Also added versionadded for for fish/csh, fixed indentation of versionadded
for ElementTree.write, and make the behavior of shelf as a context manager
explicit in the docs.
Diffstat (limited to 'Doc/library/xml.etree.elementtree.rst')
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 4c89dc3..0731cd8 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -831,8 +831,8 @@ ElementTree Objects :term:`file object`; make sure you do not try to write a string to a binary stream and vice versa. - .. versionadded:: 3.4 - The *short_empty_elements* parameter. + .. versionadded:: 3.4 + The *short_empty_elements* parameter. This is the XML file that is going to be manipulated:: |