This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tiwoc
Recipients docs@python, tiwoc
Date 2010-11-19.21:31:55
SpamBayes Score 5.4938578e-06
Marked as misclassified No
Message-id <1290202316.91.0.542826237315.issue10463@psf.upfronthosting.co.za>
In-reply-to
Content
Cite from http://docs.python.org/library/xml.etree.elementtree.html
> xml.etree.ElementTree.parse(source, parser=None)
>
> Parses an XML section into an element tree. source is a filename or
> file object containing XML data. parser is an optional parser
> instance. If not given, the standard XMLParser parser is used.
> Returns an ElementTree instance.

The last sentence should be "Returns an Element instance."

I verified this error for the Python versions as listed in this issue. In 2.5, the information was imprecise but correct.
History
Date User Action Args
2010-11-19 21:31:56tiwocsetrecipients: + tiwoc, docs@python
2010-11-19 21:31:56tiwocsetmessageid: <1290202316.91.0.542826237315.issue10463@psf.upfronthosting.co.za>
2010-11-19 21:31:55tiwoclinkissue10463 messages
2010-11-19 21:31:55tiwoccreate