summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-11-04 23:05:22 (GMT)
committerGitHub <noreply@github.com>2023-11-04 23:05:22 (GMT)
commit853b4b549dab445c1b54610e118fefaeba3f35e2 (patch)
tree38114546fdd27aff65caf238072ed4da20d61957 /Misc
parenta6c1c04d4d2339f0094422974ae3f26f8c7c8565 (diff)
downloadcpython-853b4b549dab445c1b54610e118fefaeba3f35e2.zip
cpython-853b4b549dab445c1b54610e118fefaeba3f35e2.tar.gz
cpython-853b4b549dab445c1b54610e118fefaeba3f35e2.tar.bz2
gh-111719: Add extra check for alias command (#111720)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-11-04-01-20-23.gh-issue-111719.fUiKBD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-11-04-01-20-23.gh-issue-111719.fUiKBD.rst b/Misc/NEWS.d/next/Library/2023-11-04-01-20-23.gh-issue-111719.fUiKBD.rst
new file mode 100644
index 0000000..1d3b948
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-11-04-01-20-23.gh-issue-111719.fUiKBD.rst
@@ -0,0 +1 @@
+Add extra argument validation for ``alias`` command in :mod:`pdb`