From: Eli Bendersky Date: Thu, 24 Jan 2013 15:15:46 +0000 (-0800) Subject: Issue #9708: Fix support for iterparse(parser=...) argument per documentation. X-Git-Tag: v3.4.0a1~1546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4d5e08e3f5463272178ceb226bb7457890e81d3;p=thirdparty%2FPython%2Fcpython.git Issue #9708: Fix support for iterparse(parser=...) argument per documentation. 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. --- c4d5e08e3f5463272178ceb226bb7457890e81d3