[issue13400] packaging: build command should have options to control byte-compilation

2012-05-12 Thread Julien Courteau
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

[issue13400] packaging: build command should have options to control byte-compilation

2012-05-23 Thread Julien Courteau
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