mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
This commit is contained in:
parent
0a85c69f1d
commit
dcfebb32e2
4 changed files with 9 additions and 4 deletions
|
@ -85,7 +85,7 @@ __all__ = [
|
|||
"TreeBuilder",
|
||||
"VERSION",
|
||||
"XML", "XMLID",
|
||||
"XMLParser",
|
||||
"XMLParser", "XMLPullParser",
|
||||
"register_namespace",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue