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_shutil failed
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: nijel
Priority: normal Keywords:

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

Messages (2)
msg23468 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 15:08
  File
"/usr/src/packages/BUILD/Python-2.4/Lib/test/test_shutil.py",
line 34, in test_on_error
    self.assertEqual(self.errorState, 2)
AssertionError: 0 != 2

msg23469 - (view) Author: Michal Čihař (nijel) * Date: 2004-12-01 15:11
Logged In: YES 
user_id=192186

Sorry, forgot to search first, bug 1076467 is the same.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41265
2004-12-01 15:08:57nijelcreate