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 koobs
Recipients alecsandru.patrascu, benjamin.peterson, gregory.p.smith, koobs, larry, ned.deily, pitrou, python-dev
Date 2016-11-12.05:15:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478927728.89.0.276868904691.issue28032@psf.upfronthosting.co.za>
In-reply-to
Content
Could we please:

a) Rename 'optimizations' to 'pgo' or 'profiled'
b) Use enable/disable instead of with/without. The former is used for toggling program features, the latter is used for external dependencies [1][2][3]

Yes Python's configure / autofoo isn't the paragon of conventions, consistency or elegance, but it would be fantastic to make the job of bringing it to (or arguing for) a more standards-oriented state moving forward easier rather than harder.

[1] https://www.gnu.org/software/autoconf/manual/autoconf-2.66/html_node/Package-Options.html
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.66/html_node/External-Software.html
[3] https://autotools.io/autoconf/arguments.html
History
Date User Action Args
2016-11-12 05:15:28koobssetrecipients: + koobs, gregory.p.smith, pitrou, larry, benjamin.peterson, ned.deily, python-dev, alecsandru.patrascu
2016-11-12 05:15:28koobssetmessageid: <1478927728.89.0.276868904691.issue28032@psf.upfronthosting.co.za>
2016-11-12 05:15:28koobslinkissue28032 messages
2016-11-12 05:15:27koobscreate