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 eli.bendersky
Recipients effbot, eli.bendersky, ezio.melotti, flox
Date 2012-02-14.04:51:46
SpamBayes Score 4.0315314e-05
Marked as misclassified No
Message-id <1329195107.23.0.191988399685.issue14007@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is deeper. _elementtree does not expose XMLParser and TreeBuilder as types at all, just as factory functions.

XMLParser: not sure if it was meant to be subclassed. If not, it should at least be documented. In any case, the XMLParser in _elementtree does not use the doctype() method on its target.

TreeBuilder: was definitely meant to be subclassed (it's documented explicitly), so it must be exposed as a type, not as a factory function.
History
Date User Action Args
2012-02-14 04:51:47eli.benderskysetrecipients: + eli.bendersky, effbot, ezio.melotti, flox
2012-02-14 04:51:47eli.benderskysetmessageid: <1329195107.23.0.191988399685.issue14007@psf.upfronthosting.co.za>
2012-02-14 04:51:46eli.benderskylinkissue14007 messages
2012-02-14 04:51:46eli.benderskycreate