mirror of
https://github.com/python/cpython.git
synced 2026-05-25 22:03:25 -04:00
4a01cab898
A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter.