summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <iritkatriel@yahoo.com>2021-04-01 15:25:59 (GMT)
committerGitHub <noreply@github.com>2021-04-01 15:25:59 (GMT)
commit652bfdee9495dca241d48278742fe035b7a82bdb (patch)
tree709028598de16a04558c77f52d6e47eeb0a1401b /Misc
parentfcb55c0037baab6f98f91ee38ce84b6f874f034a (diff)
downloadcpython-652bfdee9495dca241d48278742fe035b7a82bdb.zip
cpython-652bfdee9495dca241d48278742fe035b7a82bdb.tar.gz
cpython-652bfdee9495dca241d48278742fe035b7a82bdb.tar.bz2
bpo-26053: Fix args echoed by pdb run command (#22033)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst b/Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst
new file mode 100644
index 0000000..e8720ac
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-09-01-10-12-13.bpo-26053.hXikw_.rst
@@ -0,0 +1 @@
+Fixed bug where the :mod:`pdb` interactive run command echoed the args from the shell command line, even if those have been overridden at the pdb prompt.