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 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 --^
History
Date User Action Args
2012-05-29 13:07:57eli.benderskysetrecipients: + eli.bendersky, effbot, georg.brandl, ezio.melotti, Arfrever, flox, python-dev
2012-05-29 13:07:57eli.benderskysetmessageid: <1338296877.87.0.456196062575.issue14007@psf.upfronthosting.co.za>
2012-05-29 13:07:57eli.benderskylinkissue14007 messages
2012-05-29 13:07:57eli.benderskycreate