[Python-Dev] Removing the implicit str() call from printing API

Fredrik Lundh fredrik@effbot.org
Sat, 10 Feb 2001 14:01:13 +0100


mal wrote:

> I would like to go ahead and check in patch which passes through 
> Unicode objects to the file-object's .write() method while leaving
> the standard str() call for all other objects in place.

+0 for Python 2.1
+1 for Python 2.2

Cheers /F