Aaron Bentley wrote: > I've done some tests now, and ElementTree won't tolerate file-like > objects that produce unicode strings. Ironic that it insists on doing > more work than we need it to. this is because XML streams are defined in terms of encoded bytestreams, not "abstract" unicode characters. </F>