diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2020-01-14 06:40:10 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2020-01-14 06:40:10 (GMT) |
commit | 2de064e6305008d16571a21e5f0c178e62e81f27 (patch) | |
tree | a6573acd657ef644c156647b5afa926cee224945 /Misc | |
parent | a190e2ade1a704a6b5a94464a0a19b140c7dd031 (diff) | |
download | cpython-2de064e6305008d16571a21e5f0c178e62e81f27.zip cpython-2de064e6305008d16571a21e5f0c178e62e81f27.tar.gz cpython-2de064e6305008d16571a21e5f0c178e62e81f27.tar.bz2 |
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2019-12-30-03-54-24.bpo-39160.aBmj13.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-12-30-03-54-24.bpo-39160.aBmj13.rst b/Misc/NEWS.d/next/Build/2019-12-30-03-54-24.bpo-39160.aBmj13.rst new file mode 100644 index 0000000..9fb4088 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-12-30-03-54-24.bpo-39160.aBmj13.rst @@ -0,0 +1 @@ +Updated the documentation in `./configure --help` to show default values, reference documentation where required and add additional explanation where needed.
\ No newline at end of file |