[Python-bugs-list] [ python-Bugs-417030 ] print '%*s' fails for unicode string

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Apr 2001 05:53:04 -0700


Bugs item #417030, was updated on 2001-04-18 05:53
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=417030&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry Alan Scott (barry-scott)
Assigned to: Nobody/Anonymous (nobody)
Summary: print '%*s' fails for unicode string

Initial Comment:
Python 2.0 (#8, Dec 13 2000, 09:47:07) [MSC 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license" for more 
information.
>>> print '%*s' % (7,u'fred')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: * wants int
>>>


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

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