Transport w/ extra tests

Fredrik Lundh fredrik at pythonware.com
Wed Jul 20 15:39:01 BST 2005


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> 







More information about the bazaar mailing list