Julien Courteau added the comment:
Here is the last proposition of Eric done at the last Montreal Sprint (May 12):
--no-byte-compile-> No *.pyc and *.pyo
--byte-compile=b -> Only *.pyc
--byte-compile=b,o -> *.pyc and *.pyo (with docstrings)
--byte-compile=b,oo -> *.p
Julien Courteau added the comment:
It is possible to only change the "frontend" (options: byte-compile, compile,
no-byte-compile, optimize) without changing the "backend" (attributes: compile
and optimize). This way it is then easy to handle both sets of options
(n