R. David Murray added the comment:
Fixed in r87324. I've also added a test for the behaviour when no arguments
are given, since that wasn't tested before, and removed the sys.path fiddling
since it has no effect on subprocess runs. Oh, and fixed a bug in one of the
other tests.
I did not b
New submission from R. David Murray :
The introduction of support for compiling individual files broke the previous
behavior of compileall, where it would report that it could not turn a
directory name into a file list if the named directory did not exist.
A fix would be to reverse the test us