]> granicus.if.org Git - python/commit
Issue #21338: Add silent mode for compileall.
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 15 Oct 2014 08:10:57 +0000 (11:10 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 15 Oct 2014 08:10:57 +0000 (11:10 +0300)
commit6554b86b1f3f007954a24b1444a26a1aa49e3d83
tree48ff03187a81c9f633546ae705e5cdb66f172e8d
parent41d31967c6bcc7e730a0db77cfe1dc334c6d853e
Issue #21338: Add silent mode for compileall.

quiet parameters of compile_{dir, file, path} functions now have
a multilevel value.

Also, -q option of the CLI now have a multilevel value.

Patch by Thomas Kluyver.
Doc/library/compileall.rst
Lib/compileall.py
Lib/test/test_compileall.py
Misc/NEWS