New submission from Eli Bendersky <eli...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14007>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to