Issue #26676: Add missing XMLPullParser to ElementTree.__all__

This commit is contained in:
Martin Panter 2016-04-01 06:55:55 +00:00
parent 0a85c69f1d
commit dcfebb32e2
4 changed files with 9 additions and 4 deletions

View file

@ -85,7 +85,7 @@ __all__ = [
"TreeBuilder",
"VERSION",
"XML", "XMLID",
"XMLParser",
"XMLParser", "XMLPullParser",
"register_namespace",
]