Julien Courteau <courteaujul...@gmail.com> 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  -> *.pyc and *.pyo (without docstrings)
--byte-compile=o     -> Only *.pyo (with docstrings)
--byte-compile=oo    -> Only *.pyo (without docstrings)
--byte-compile=o,oo  -> Error

The parameters are symetric with the -B, -o and -oo of the python command.

----------
nosy: +Julien.Courteau

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

Reply via email to