summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-08-29 15:29:59 (GMT)
committerGitHub <noreply@github.com>2019-08-29 15:29:59 (GMT)
commit96631dcb11c2786f470d4586bf23ecca14361506 (patch)
treec9e4d813d843a2ec84983bf9bf3f301d6f2036bc /Misc/NEWS.d
parent9db66a2b5ab6a302bc46421712f13b0afd94654b (diff)
downloadcpython-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.rst2
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.