[Python-bugs-list] [ python-Bugs-485951 ] repr diff between string and unicode.
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 28 Nov 2001 03:52:57 -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.
----------------------------------------------------------------------
>Comment By: M.-A. Lemburg (lemburg)
Date: 2001-11-28 03:52
Message:
Logged In: YES
user_id=38388
I can't reproduce this with the current CVS version of
Python on Linux.
Which version did you use ?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485951&group_id=5470