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 martin.panter
Recipients Arfrever, eli.bendersky, ezio.melotti, martin.panter, serhiy.storchaka
Date 2015-03-31.06:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427781759.46.0.513739009919.issue19176@psf.upfronthosting.co.za>
In-reply-to
Content
The difference of calling XMLParser.doctype() between the implementations is another argument for removing it completely. With all these bugs, and no opposition that I know of, I think it should be okay to remove the deprecated doctype() method in 3.5.

doctype-remove.v2.patch adds a tweaked version of the original test for no DeprecationWarning from the other patch.
History
Date User Action Args
2015-03-31 06:02:39martin.pantersetrecipients: + martin.panter, ezio.melotti, Arfrever, eli.bendersky, serhiy.storchaka
2015-03-31 06:02:39martin.pantersetmessageid: <1427781759.46.0.513739009919.issue19176@psf.upfronthosting.co.za>
2015-03-31 06:02:39martin.panterlinkissue19176 messages
2015-03-31 06:02:39martin.pantercreate