[New-bugs-announce] [issue28235] In xml.etree.ElementTree docs there is no parser argument in fromstring()

py.user report at bugs.python.org
Wed Sep 21 07:24:16 EDT 2016


New submission from py.user:

https://docs.python.org/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.fromstring

The function has argument parser that works like in XML() function, but in the description there is no info about it (copied from XML() description).

Applied a patch to the issue that adds argument to the signature and describes it.

----------
assignee: docs at python
components: Documentation, Library (Lib), XML
files: fromstring-parser.diff
keywords: patch
messages: 277124
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In xml.etree.ElementTree docs there is no parser argument in fromstring()
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file44776/fromstring-parser.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28235>
_______________________________________


More information about the New-bugs-announce mailing list