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

SourceForge.net noreply@sourceforge.net
Thu, 27 Mar 2003 16:01:01 -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: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
>Assigned to: Martin v. Löwis (loewis)
>Summary: Make "%c" % u"a" work

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

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

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