summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-03-15 09:52:00 (GMT)
committerGitHub <noreply@github.com>2024-03-15 09:52:00 (GMT)
commitabd079806d5f676410fbeaf1a7980f75f85833f7 (patch)
tree41956281ed6373790f830b7420e74a3d473fd54b /Misc
parent37514111be04e148181a1f6f96f3b65db775cce7 (diff)
downloadcpython-abd079806d5f676410fbeaf1a7980f75f85833f7.zip
cpython-abd079806d5f676410fbeaf1a7980f75f85833f7.tar.gz
cpython-abd079806d5f676410fbeaf1a7980f75f85833f7.tar.bz2
[3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116854)
gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (cherry picked from commit a50cf6c3d76b34e2ee9f92a248f1b0df24e407f6) Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-03-14-20-59-28.gh-issue-90095.7UaJ1U.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-03-14-20-59-28.gh-issue-90095.7UaJ1U.rst b/Misc/NEWS.d/next/Library/2024-03-14-20-59-28.gh-issue-90095.7UaJ1U.rst
new file mode 100644
index 0000000..b7024c7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-03-14-20-59-28.gh-issue-90095.7UaJ1U.rst
@@ -0,0 +1 @@
+Ignore empty lines and comments in ``.pdbrc``