diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-08-29 15:29:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 15:29:59 (GMT) |
commit | 96631dcb11c2786f470d4586bf23ecca14361506 (patch) | |
tree | c9e4d813d843a2ec84983bf9bf3f301d6f2036bc /Misc/NEWS.d | |
parent | 9db66a2b5ab6a302bc46421712f13b0afd94654b (diff) | |
download | cpython-96631dcb11c2786f470d4586bf23ecca14361506.zip cpython-96631dcb11c2786f470d4586bf23ecca14361506.tar.gz cpython-96631dcb11c2786f470d4586bf23ecca14361506.tar.bz2 |
[3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599)
(cherry picked from commit 4901fe274bc82b95dc89bcb3de8802a3dfedab32)
Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2019-05-27-16-13-08.bpo-37034.zbTgy8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2019-05-27-16-13-08.bpo-37034.zbTgy8.rst b/Misc/NEWS.d/next/Tools-Demos/2019-05-27-16-13-08.bpo-37034.zbTgy8.rst new file mode 100644 index 0000000..3457789 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2019-05-27-16-13-08.bpo-37034.zbTgy8.rst @@ -0,0 +1,2 @@ +Argument Clinic now uses the argument name on errors with keyword-only +argument instead of their position. Patch contributed by Rémi Lapeyre. |