[Patches] [ python-Patches-462849 ] Printing arbitrary Unicode strings

noreply@sourceforge.net noreply@sourceforge.net
Wed, 19 Sep 2001 06:29:09 -0700


Patches item #462849, was opened at 2001-09-19 05:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=462849&group_id=5470

Category: Core (C code)
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
>Assigned to: Martin v. Löwis (loewis)
Summary: Printing arbitrary Unicode strings

Initial Comment:
This patches arranges that 
print u"something with funny characters"

passes the Unicode string to the file's write method,
rather than insisting that it is converted to a string.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-19 06:29

Message:
Logged In: YES 
user_id=6380

Looks fine to me, so check it in. Please also add a note to
Misc/NEWS.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=462849&group_id=5470