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___future__ fails for py3k on Windows
Type: Stage:
Components: Tests, Windows Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, kristjan.jonsson
Priority: normal Keywords:

Created on 2009-04-01 11:50 by kristjan.jonsson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg84998 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2009-04-01 11:50
regrtest.py --verbose test___future__ fails with:
test test___future__ failed -- Traceback (most recent call last):
  File "D:\pydev\python\branches\py3k\lib\test\test___future__.py", line 
20, in test_names
    "%r should have been in all_feature_names" % name
AssertionError: 'barry_as_FLUFL' should have been in all_feature_names

1 test failed:
    test___future__

Windows, Vista.
msg85089 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-04-01 20:38
Fixed in r70983.
History
Date User Action Args
2022-04-11 14:56:47adminsetgithub: 49894
2009-04-01 20:38:44benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg85089

resolution: fixed
2009-04-01 11:50:34kristjan.jonssoncreate