[issue10463] Wrong return type for xml.etree.ElementTree.parse()

2010-11-19 Thread Daniel Seither
Daniel Seither added the comment: I need to read more accurately what is printed on my console... Forget about it. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10463] Wrong return type for xml.etree.ElementTree.parse()

2010-11-19 Thread Daniel Seither
Changes by Daniel Seither : -- title: Wrong return value for xml.etree.ElementTree.parse() -> Wrong return type for xml.etree.ElementTree.parse() ___ Python tracker <http://bugs.python.org/issu

[issue10463] Wrong return value for xml.etree.ElementTree.parse()

2010-11-19 Thread Daniel Seither
New submission from Daniel Seither : 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 opt