[Patches] [ python-Patches-664183 ] 664044: 2.2.6.2 String formatting operations

SourceForge.net noreply@sourceforge.net
Fri, 10 Jan 2003 00:12:45 -0800


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

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher Blunck (blunck2)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: 664044: 2.2.6.2 String formatting operations

Initial Comment:
Documentation states that format % object returns a
Unicode string if either format or object are unicode.
 However, in the conversion table, the documentation
for the conversion "s" states that a String will be
returned.  It does not state that a unicode String will
be returned if the formatter is u"s" or if the object
being converted is unicode.  

I added a note to clarify the conversion table.  It
simply states that in the event of a unicode formatter
or a unicode string being converted, a unicode string
(not a regular string) will be returned.

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

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