diff options
author | colorfulappl <colorfulappl@qq.com> | 2022-12-17 06:36:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 06:36:06 (GMT) |
commit | 3144aca3dae51d3d88cc58fd8e9a04d6d6601ced (patch) | |
tree | f1ac17fd14910e0c518a6eba8110a1fb42067abf /Misc/NEWS.d | |
parent | 958be792a7fd50971a048662a377f4ae101652bd (diff) | |
download | cpython-3144aca3dae51d3d88cc58fd8e9a04d6d6601ced.zip cpython-3144aca3dae51d3d88cc58fd8e9a04d6d6601ced.tar.gz cpython-3144aca3dae51d3d88cc58fd8e9a04d6d6601ced.tar.bz2 |
[3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
(cherry picked from commit c450c8c9ed6e420025f39d0e4850a79f8160cdcd)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-08-22-15-49-14.gh-issue-96002.4UE9UE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-08-22-15-49-14.gh-issue-96002.4UE9UE.rst b/Misc/NEWS.d/next/Tests/2022-08-22-15-49-14.gh-issue-96002.4UE9UE.rst new file mode 100644 index 0000000..dc86e1d --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-08-22-15-49-14.gh-issue-96002.4UE9UE.rst @@ -0,0 +1 @@ +Add functional test for Argument Clinic. |