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_traceback.py fails on WinME
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: hyeshik.chang, rhettinger
Priority: high Keywords:

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

Messages (2)
msg22970 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-11-01 07:08
Traceback (most recent call last):
  File "test_traceback.py", line 79, in test_bug737473
    test_bug737473.test()
  File "c:\windows\temp\tmpsj7w5a\test_bug737473.py",
line 2, in test ValueError


Does work if the sleep() option is forced.

Recommend always using sleep().
msg22971 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-11-01 08:27
Logged In: YES 
user_id=55188

Fixed in CVS.
Lib/test/test_traceback.py 1.13
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41111
2004-11-01 07:08:35rhettingercreate