summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRémi Lapeyre <remi.lapeyre@henki.fr>2019-05-20 22:17:30 (GMT)
committerPablo Galindo <Pablogsal@gmail.com>2019-05-20 22:17:30 (GMT)
commitbf457c7d8224179a023957876e757f2a7ffc3d9d (patch)
tree3e880dd0ab6159e2fae2588ae6f2c6071c1bd7a2 /Misc
parent1a3faf9d9740a8c7505c61839ef09929a7ff9e35 (diff)
downloadcpython-bf457c7d8224179a023957876e757f2a7ffc3d9d.zip
cpython-bf457c7d8224179a023957876e757f2a7ffc3d9d.tar.gz
cpython-bf457c7d8224179a023957876e757f2a7ffc3d9d.tar.bz2
bpo-36969: Make PDB args command display keyword only arguments (GH-13452)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-20-23-31-20.bpo-36969.JkZORP.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-20-23-31-20.bpo-36969.JkZORP.rst b/Misc/NEWS.d/next/Library/2019-05-20-23-31-20.bpo-36969.JkZORP.rst
new file mode 100644
index 0000000..9253ab9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-05-20-23-31-20.bpo-36969.JkZORP.rst
@@ -0,0 +1,2 @@
+PDB command `args` now display keyword only arguments. Patch contributed by
+Rémi Lapeyre.