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:19:50
SpamBayes Score 1.7787858e-06
Marked as misclassified No
Message-id <1329193190.72.0.667201124226.issue14007@psf.upfronthosting.co.za>
In-reply-to
Content
The C accelerator of xml.etree.ElementTree (used by default since issue 13988) does not use or define or use the doctype() methods of the XMLParser and TreeBuilder classes, although this method is documented.

As far as I can tell, this problem exists in 3.2 as well and wasn't introduced by the changes in issue 13988.
History
Date User Action Args
2012-02-14 04:19:50eli.benderskysetrecipients: + eli.bendersky, effbot, ezio.melotti, flox
2012-02-14 04:19:50eli.benderskysetmessageid: <1329193190.72.0.667201124226.issue14007@psf.upfronthosting.co.za>
2012-02-14 04:19:50eli.benderskylinkissue14007 messages
2012-02-14 04:19:50eli.benderskycreate