[issue7266] test_lib2to3 failure under Windows

2010-11-02 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7266] test_lib2to3 failure under Windows

2010-02-01 Thread Meador Inge
Meador Inge added the comment: This looks to be fixed now [1]. The log shows 'test_lib2to3' passing. BTW, why do we run through Cygwin? I think to test on Windows as most Windows developers do things we need to use the native cmd.exe shell. [1] http://www.python.org/dev/buildbot/builders/x

[issue7266] test_lib2to3 failure under Windows

2009-11-05 Thread R. David Murray
R. David Murray added the comment: Benjamin disabled this test on windows so it is no longer causing the buildbot to fail. -- components: +Tests keywords: +easy -buildbot nosy: +r.david.murray priority: normal -> low stage: -> needs patch ___ Python

[issue7266] test_lib2to3 failure under Windows

2009-11-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: I think we need someone with access to windows to propose a patch. -- assignee: benjamin.peterson -> components: +Windows ___ Python tracker ___