diff options
author | devdanzin <74280297+devdanzin@users.noreply.github.com> | 2024-06-18 17:12:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 17:12:58 (GMT) |
commit | c81a5e6b5b7749862d271e7a67f89976069ad2cd (patch) | |
tree | 88facfe93162e46f65d8693797ff890b717e7959 /Misc/NEWS.d | |
parent | e9f4d80fa66e0d3331e79d539329747297e54ae5 (diff) | |
download | cpython-c81a5e6b5b7749862d271e7a67f89976069ad2cd.zip cpython-c81a5e6b5b7749862d271e7a67f89976069ad2cd.tar.gz cpython-c81a5e6b5b7749862d271e7a67f89976069ad2cd.tar.bz2 |
gh-119574: Add some missing environment variables to '--help-env'. (GH-120006)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2024-06-03-22-06-26.gh-issue-119574.Ik9kOO.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2024-06-03-22-06-26.gh-issue-119574.Ik9kOO.rst b/Misc/NEWS.d/next/Documentation/2024-06-03-22-06-26.gh-issue-119574.Ik9kOO.rst new file mode 100644 index 0000000..902e7c1 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2024-06-03-22-06-26.gh-issue-119574.Ik9kOO.rst @@ -0,0 +1 @@ +Added some missing environment variables to the output of :option:`--help-env`. |