mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
aaa9780fe1
When _elementtree is imported, iterparse is redefined as a class and the parser argument was ommitted. Fix this, and add a docstring to the class.