This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients Arfrever, alexis, eric.araujo, tarek
Date 2011-11-28.16:46:31
SpamBayes Score 2.9806352e-10
Marked as misclassified No
Message-id <1322498792.52.0.042301190335.issue13400@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2011-11-28 16:46:32eric.araujosetrecipients: + eric.araujo, tarek, Arfrever, alexis
2011-11-28 16:46:32eric.araujosetmessageid: <1322498792.52.0.042301190335.issue13400@psf.upfronthosting.co.za>
2011-11-28 16:46:31eric.araujolinkissue13400 messages
2011-11-28 16:46:31eric.araujocreate