[New-bugs-announce] [issue22640] Add silent mode for py_compile
Berker Peksag
report at bugs.python.org
Wed Oct 15 10:23:20 CEST 2014
New submission from Berker Peksag:
This is similar to issue 21338.
It would be good to add a new option "-q" to the CLI interface and add a new parameter "quiet" to py_compile.compile() (e.g. if doraise is False and quiet is True, do not print anything).
----------
assignee: berker.peksag
components: Library (Lib)
messages: 229409
nosy: berker.peksag
priority: normal
severity: normal
stage: needs patch
status: open
title: Add silent mode for py_compile
type: enhancement
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22640>
_______________________________________
More information about the New-bugs-announce
mailing list