[Patches] [ python-Patches-710127 ] Make "%c" % u"a" work

SourceForge.net noreply@sourceforge.net
Sat, 29 Mar 2003 06:18:48 -0800


Patches item #710127, was opened at 2003-03-26 17:08
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=710127&group_id=5470

Category: Core (C code)
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
>Assigned to: Walter Dörwald (doerwalter)
>Summary: Make "%c" % u"a" work

Initial Comment:
Currently "%c" % u"a" fails, while "%s" % u"a" works. 
This patch fixes this problem.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-03-29 15:18

Message:
Logged In: YES 
user_id=21627

Looks fine, please apply it. Also add a test case that fails
now but passes with the change, and add a NEWS entry.

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

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