[issue39160] ./configure --help has inconsistencies in style

2020-01-13 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker ___ _

[issue39160] ./configure --help has inconsistencies in style

2020-01-13 Thread Ned Deily
Ned Deily added the comment: New changeset 2de064e6305008d16571a21e5f0c178e62e81f27 by Ned Deily (Anthony Shaw) in branch 'master': bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747) https://github.com/python/cpython/commit/2de064e6305008d16571a21e5f0c178e62e

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread anthony shaw
Change by anthony shaw : -- nosy: +twouters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread anthony shaw
Change by anthony shaw : -- nosy: +anthonypjshaw ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread anthony shaw
Change by anthony shaw : -- keywords: +patch pull_requests: +17185 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17747 ___ Python tracker ___ ___

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread anthony shaw
anthony shaw added the comment: Updated version based on principles: - Should not specify --with(out) in help string - Sentences should start with lowercase (as autoconf generates the builtin string with lower case) - --with-xyx=VALUE will be described as "overriding" - --with-xyz will be des

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread anthony shaw
anthony shaw added the comment: Current Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-universalsdk[=SDKD

[issue39160] ./configure --help has inconsistencies in style

2019-12-29 Thread anthony shaw
New submission from anthony shaw : I've noticed that ./configure --help is inconsistent. - The way default values are shared - The way enumerated - The verbs used (e.g. enable, set) - Some --with-xyx and some --with(out-xyz) - Some start with capitals, others don't Also, many of the flags cou