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 zach.ware
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-02.20:33:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441226026.02.0.291016054867.issue24986@psf.upfronthosting.co.za>
In-reply-to
Content
This also changes the behavior of the '-e' flag on build.bat a bit, leaving off '-e' means there will be no attempt to build the modules that require external sources even if the sources are already there.  Adding '-e' means building those modules will be attempted, subject to the '--no-<module>' flags.
History
Date User Action Args
2015-09-02 20:33:46zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower
2015-09-02 20:33:46zach.waresetmessageid: <1441226026.02.0.291016054867.issue24986@psf.upfronthosting.co.za>
2015-09-02 20:33:46zach.warelinkissue24986 messages
2015-09-02 20:33:45zach.warecreate