[Python-Dev] why doesn't print pass unicode strings on to the file object?

Martin von Loewis loewis@informatik.hu-berlin.de
Wed, 19 Sep 2001 15:23:40 +0200 (MEST)


> OK.  That's very reasonable.
> 
> What do we need to change to make this happen?

Applying patch #462849 may be sufficient for the moment. If there are
any file-like objects that are used in print but fail to convert
Unicode objects, this hopefully will be found until the final release.

Regards,
Martin