[Python-bugs-list] [ python-Bugs-485951 ] repr diff between string and unicode.

noreply@sourceforge.net noreply@sourceforge.net
Tue, 27 Nov 2001 02:25:12 -0800


Bugs item #485951, was opened at 2001-11-27 02:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485951&group_id=5470

Category: Unicode
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Finn Bock (bckfnn)
Assigned to: M.-A. Lemburg (lemburg)
Summary: repr diff between string and unicode.

Initial Comment:
A minor difference exists between the repr output of 
string and unicode.

>>> "\x7f"
'\x7f'
>>> u"\x7f"
u'⌂'
>>>

I can't think of any reason for this difference.

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

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