[issue10453] Add -h/--help option to compileall

Stefan Krah report at bugs.python.org
Mon Nov 22 15:57:17 CET 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

On Windows, test_compileall fails due to #10197. The patch uses
subprocess.check_output() instead. Technically, now byte strings
are compared instead of strings, but that should not matter for
the outcome.

----------
nosy: +skrah
Added file: http://bugs.python.org/file19772/test_compileall.patch

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


More information about the Python-bugs-list mailing list