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, eric.araujo, ezio.melotti, flox, python-dev, scoder, tshepang
Date 2012-02-14.03:56:58
SpamBayes Score 0.00021469
Marked as misclassified No
Message-id <1329191819.73.0.208372825048.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
I started going over the deprecated methods in ElementTree and ran into a more serious problem. XmlParser.doctype() is listed as deprecated, and indeed ElementTree (the Python version) issues a deprecation warning. However, the C implementation doesn't have doctype() at all so I get AttributeError.
History
Date User Action Args
2012-02-14 03:56:59eli.benderskysetrecipients: + eli.bendersky, effbot, scoder, ezio.melotti, eric.araujo, Arfrever, flox, tshepang, python-dev
2012-02-14 03:56:59eli.benderskysetmessageid: <1329191819.73.0.208372825048.issue13988@psf.upfronthosting.co.za>
2012-02-14 03:56:59eli.benderskylinkissue13988 messages
2012-02-14 03:56:58eli.benderskycreate