[New-bugs-announce] [issue14007] xml.etree.ElementTree - XMLParser and TreeBuilder's doctype() method missing

Eli Bendersky report at bugs.python.org
Tue Feb 14 05:16:28 CET 2012


New submission from Eli Bendersky <eliben at gmail.com>:

Although documented, the C accelerator of xml.etree.ElementTree (used by default since issue 13988) does not use or define the doctype() methods of the XMLParser and TreeBuilder classes, although this method is documented.

As far as I can tell, this problem exists in 3.2 as well and wasn't introduced by the changes in issue 13988.

----------
components: Library (Lib)
messages: 153324
nosy: effbot, eli.bendersky, ezio.melotti, flox
priority: high
severity: normal
stage: needs patch
status: open
title: xml.etree.ElementTree - XMLParser and TreeBuilder's doctype() method missing
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list