Message153330
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. |
|
Date |
User |
Action |
Args |
2012-02-14 04:51:47 | eli.bendersky | set | recipients:
+ eli.bendersky, effbot, ezio.melotti, flox |
2012-02-14 04:51:47 | eli.bendersky | set | messageid: <1329195107.23.0.191988399685.issue14007@psf.upfronthosting.co.za> |
2012-02-14 04:51:46 | eli.bendersky | link | issue14007 messages |
2012-02-14 04:51:46 | eli.bendersky | create | |
|