[Python-bugs-list] [ python-Bugs-522396 ] test_unicodedata fails on OSX

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Feb 2002 03:41:58 -0800


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

Category: Python Interpreter Core
Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Michael Hudson (mwh)
Summary: test_unicodedata fails on OSX

Initial Comment:
Again, I have no other working 2.2.1 platforms so I can't test whether this is an OSX specific bug or a general bug, hence I'm assigning it to the Universal 221 Scapegoat:-)

test_unicodedata fails on OSX with the following report:
test_unicodedata
test test_unicodedata produced unexpected output:
**********************************************************************
*** mismatch between line 3 of expected output and line 3 of actual output:
- Methods: 6c7a7c02657b69d0fdd7a7d174f573194bba2e18
+ Methods: 11d75c5e423430d480fb8000ef1c611ecfcd44f1
**********************************************************************


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

>Comment By: M.-A. Lemburg (lemburg)
Date: 2002-02-25 03:41

Message:
Logged In: YES 
user_id=38388

FWIW, these are the correct values for 2.2.0 and 2.3 (CVS):

Python 2.2.0:
Methods: 84b72943b1d4320bc1e64a4888f7cdf62eea219a
Functions: 41e1d4792185d6474a43c83ce4f593b1bdb01f8a

Python 2.3:
Methods: 6c7a7c02657b69d0fdd7a7d174f573194bba2e18
Functions: 41e1d4792185d6474a43c83ce4f593b1bdb01f8a

The change was caused by the fix to the UTF-8 codec in 2.3.

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

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