Message161875
| Author |
eli.bendersky |
| Recipients |
Arfrever, effbot, eli.bendersky, ezio.melotti, flox, georg.brandl, python-dev |
| Date |
2012年05月29日.13:07:57 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1338296877.87.0.456196062575.issue14007@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I'm working on completing this issue. It will be done in stages, with each stage committed as a separate chunk of functionality.
* Make TreeBuilder an actual exported type (subclassable) from _elementtree
* TreeBuilder constructor should accept arguments as documented
* Make XMLParser an actual exported type (subclassable) from _elementtree
* Make XMLParser call doctype on a given target builder, and on itself, as is done in the Python version
The first bullet was implemented and committed --^ |
|