summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-06-15 23:34:42 (GMT)
committerGitHub <noreply@github.com>2023-06-15 23:34:42 (GMT)
commit25a64fd28aaaaf2d21fae23212a0554c24fc7b20 (patch)
tree894d7e7c7a7677cde1a6128e390a7436aba0415e /Misc
parenta4056c8f9c2d9970d39e3cb6bffb255cd4b8a42c (diff)
downloadcpython-25a64fd28aaaaf2d21fae23212a0554c24fc7b20.zip
cpython-25a64fd28aaaaf2d21fae23212a0554c24fc7b20.tar.gz
cpython-25a64fd28aaaaf2d21fae23212a0554c24fc7b20.tar.bz2
GH-103124: Multiline statement support for pdb (GH-103125)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-09-03-53-02.gh-issue-103124.JspiNN.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-09-03-53-02.gh-issue-103124.JspiNN.rst b/Misc/NEWS.d/next/Library/2023-04-09-03-53-02.gh-issue-103124.JspiNN.rst
new file mode 100644
index 0000000..022524b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-09-03-53-02.gh-issue-103124.JspiNN.rst
@@ -0,0 +1 @@
+Added multiline statement support for :mod:`pdb`