"mukappa" wrote: > Is it possible to subclass cElementTree.XMLTreeBuilder? no, it's a factory function. if you need to extend it, you'll have to wrap it. but I'm not sure I see the use case; what is it you're trying to do here? </F>