diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-05 12:33:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 12:33:23 (GMT) |
commit | 5bd56a030ddf19052f23194e7ff95b4b9144f94f (patch) | |
tree | 84f522c2e717c922de1b5ac96b57f5f81fc54bc7 /Misc | |
parent | 6e47020d31c837f494ee500efa9b557bb83b87d7 (diff) | |
download | cpython-5bd56a030ddf19052f23194e7ff95b4b9144f94f.zip cpython-5bd56a030ddf19052f23194e7ff95b4b9144f94f.tar.gz cpython-5bd56a030ddf19052f23194e7ff95b4b9144f94f.tar.bz2 |
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)
(cherry picked from commit 2b8ed4d3d4741811da31fc774a202d535755c0a9)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2022-07-04-01-37-42.gh-issue-94538.1rgy1Y.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2022-07-04-01-37-42.gh-issue-94538.1rgy1Y.rst b/Misc/NEWS.d/next/Tools-Demos/2022-07-04-01-37-42.gh-issue-94538.1rgy1Y.rst new file mode 100644 index 0000000..e39ae39 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2022-07-04-01-37-42.gh-issue-94538.1rgy1Y.rst @@ -0,0 +1,2 @@ +Fix Argument Clinic output to custom file destinations. Patch by Erlend E. +Aasland. |