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

Éric Araujo report at bugs.python.org
Mon Nov 28 17:46:32 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

Thanks for all the feedback!  So, for anyone interested in contributing, two patches are needed:

One that changes the existing options to use the new names and parsing behavior (--no-compile, --compile[=0,1,2]) and adds tests for the erroneous --compile=1,2 (other combinations are already covered).

A second one to add --no-compile and --compile to build, make build_py take its default values from build, and add tests to see if this works.

As usual, I’m available for help here, on the core-mentorship list or in private email.  (I don’t plan to do this myself in the short term because it’s a minor feature, I have an alpha to release and I have to keep the easiest things for new contributors.)

----------
dependencies: +Add tests for files byte-compiled by distutils[2]

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13400>
_______________________________________


More information about the Python-bugs-list mailing list