cpython: ff925e135e60 (original) (raw)

Mercurial > cpython

changeset 79623:ff925e135e60 3.3

Issue #16082: clarify the documentation of tostring[list] saying that it may generate a bytestring, depending on the given encoding. [#16082]

Eli Bendersky eliben@gmail.com
date Tue, 09 Oct 2012 07🔞16 -0700
parents 79231a12567a
children 6e407fcf7380 4d5cb87230f4
files Doc/library/xml.etree.elementtree.rst
diffstat 1 files changed, 8 insertions(+), 8 deletions(-)[+] [-] Doc/library/xml.etree.elementtree.rst 16

line wrap: on

line diff

--- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -433,9 +433,9 @@ Functions Generates a string representation of an XML element, including all subelements. element is an :class:Element instance. encoding [1]_ is the output encoding (default is US-ASCII). Use encoding="unicode" to

.. function:: tostringlist(element, encoding="us-ascii", method="xml") @@ -443,11 +443,11 @@ Functions Generates a string representation of an XML element, including all subelements. element is an :class:Element instance. encoding [1]_ is the output encoding (default is US-ASCII). Use encoding="unicode" to