[issue10719] compileall no longer warns when cli arguments name non-existent files

R. David Murray report at bugs.python.org
Thu Dec 16 20:16:53 CET 2010


R. David Murray <rdmurray at bitdance.com> 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 back port this to 2.7.  The tests aren't there, and the risk of breakage seems higher than the benefit of this non-semantic change, for a point release.

----------
keywords: +patch
resolution:  -> fixed
stage: unit test needed -> committed/rejected
status: open -> closed
versions:  -Python 2.7
Added file: http://bugs.python.org/file20079/compileall_bad_args.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10719>
_______________________________________


More information about the Python-bugs-list mailing list