Paul Moore wrote: > On 4/6/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> What happens when you run >> >> D:\Apps\Python25\python.exe -Wi D:\Apps\Python25\Lib\compileall.py -f -x >> badsyntax D:\Apps\Python25\Lib >> >> and look at the status of the program? I think also excluding bad_coding >> might already help. > > Status was 1. With -x "bad.*" it's zero, so it looks like that's the issue.
FWIW, this breaks for me too and the output of: C:\Python25\python.exe -Wi -m compileall -f C:\Python25\Lib includes the expected SyntaxErrors from the bad_coding and badsyntax test modules. Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com