]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify compileall command-line options (#10454).
authorÉric Araujo <merwok@netwok.org>
Thu, 1 Sep 2011 18:04:50 +0000 (20:04 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 1 Sep 2011 18:04:50 +0000 (20:04 +0200)
commit2532f11321808b8af8c54d6a7171373b64a67748
treee36b8dc277857a68c70c61e174a799e3d4539db4
parentcd90f791252346741a2f0e374ef6afc7529cd4e6
Clarify compileall command-line options (#10454).

Backport of R. David Murray’s 3.2 patch.  The code is ugly, with print
statements split across lines, but the output is readable.
Lib/compileall.py