]> granicus.if.org Git - python/commit
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
authorEli Bendersky <eliben@gmail.com>
Fri, 1 Jun 2012 08:32:34 +0000 (11:32 +0300)
committerEli Bendersky <eliben@gmail.com>
Fri, 1 Jun 2012 08:32:34 +0000 (11:32 +0300)
commit2b6b73e7e1a9d13545bea9636936ce5d3e1a87df
tree821b6042eb5a92d2cbda4931dc4515b0fa3d4348
parent20d4174b3d211609c774bd0711dcbc1793f146aa
Issue #14007: implement doctype() method calling in XMLParser of _elementtree.
Includes exposing a doctype handler from expat through pyexpat.
Include/pyexpat.h
Lib/test/test_xml_etree.py
Modules/_elementtree.c
Modules/pyexpat.c