Thomas Kluyver added the comment:

Patch attached.

This works by making the -q flag countable, so you pass -qq to suppress all 
output. In the Python API, the quiet parameter has become an integer, so 
passing 2 is equivalent to -qq. This should be fully backwards compatible with 
passing True and False, which are equivalent to 1 and 0.

----------
keywords: +patch
type: enhancement -> 
Added file: http://bugs.python.org/file35012/compileall_silent.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21338>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to