[issue7515] Lib/test/regrtest.py -ulib2to3 yield "Invalid -u option"

2009-12-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Done in r76851. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python

[issue7515] Lib/test/regrtest.py -ulib2to3 yield "Invalid -u option"

2009-12-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Kill it. 2009/12/15 R. David Murray : > > R. David Murray added the comment: > > I see no sign that the resource is actually used by the lib2to3 test > suite, though it looks like there would be an opportunity for it to do > so (tests that are currently unc

[issue7515] Lib/test/regrtest.py -ulib2to3 yield "Invalid -u option"

2009-12-15 Thread R. David Murray
R. David Murray added the comment: I see no sign that the resource is actually used by the lib2to3 test suite, though it looks like there would be an opportunity for it to do so (tests that are currently unconditionally skipped by Lib/test/test_lib2to3). Either the resource should be deleted fr

[issue7515] Lib/test/regrtest.py -ulib2to3 yield "Invalid -u option"

2009-12-15 Thread flox
New submission from flox : ~ $ ./python Lib/test/regrtest.py --help (...) lib2to3 - Run the tests for 2to3 (They take a while.) (...) ~ $ ./python Lib/test/regrtest.py -ulib2to3 Invalid -u/--use option: lib2to3 Use --help for usage -- components: Tests messages: 96448 nosy: flox s