[issue9708] cElementTree iterparse does not support "parser" argument

2010-08-28 Thread Adrian Nye
New submission from Adrian Nye : The (python) ElementTree library began in 2.7 to support the "parser" argument, but cElementTree does not support it. Either cElementTree should support it, or the documentation should mention that it does not. -- components: XML messages: 1

[issue10605] ElementTree documentation

2010-12-02 Thread Adrian Nye
New submission from Adrian Nye : TreeBuilder doc does not mention its "entity" argument which is the main way to deal with html entity encodings which are unfortunately a common problem in XML. Also the doc needs a discussion of the relationship of TreeBuilder and XMLParser. The