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

Florent Xicluna report at bugs.python.org
Tue Feb 14 08:33:50 CET 2012


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

For the doctype() issue, it might be removed, since it was already deprecated in 3.2 (in compliance with PEP 387). However the deprecation cycle is under discussion for the 3.x serie. (issue 13248)

For subclassing, you hit the same issue for all the functions exposed by _elementtree, including Element fatory.

----------

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


More information about the Python-bugs-list mailing list