This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test test_unicodedata failed
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: lemburg, nijel, pierre42
Priority: normal Keywords:

Created on 2004-12-01 14:45 by nijel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg23463 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 14:45
  File
"/usr/src/packages/BUILD/Python-2.4/Lib/test/test_unicodedata.py",
line 62, in test_method_checksum
    self.assertEqual(result, self.expectedchecksum)
AssertionError:
'c269de8355871e3210ae8710b45c2ddb0675b9d5' !=
'a37276dc2c158bef6dfd908ad34525c97180fad9'
msg23464 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 15:26
Logged In: YES 
user_id=192186

System information:
i386
kernel 2.6.8
glibc 2.3.3
msg23465 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 16:41
Logged In: YES 
user_id=192186

Here applies same as for bug 1076790
msg23466 - (view) Author: Pierre (pierre42) Date: 2004-12-01 21:36
Logged In: YES 
user_id=512388

Same for me...
msg23467 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2004-12-02 15:41
Logged In: YES 
user_id=38388

Fails for the same reason as explained in bug #1076790. 

Closing it as duplicate.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41264
2004-12-01 14:45:23nijelcreate