summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorJacek <jacek.duszenko@gmail.com>2024-09-17 17:16:43 (GMT)
committerGitHub <noreply@github.com>2024-09-17 17:16:43 (GMT)
commita15a584bf3f94ea11ab9363548c8872251364000 (patch)
tree12ca1bc26dde0a13e7b5aef5f7468b213a4c18e7 /Misc/NEWS.d/next
parentf4dd4402108cc005d45acd4ca83c8530c36a93ca (diff)
downloadcpython-a15a584bf3f94ea11ab9363548c8872251364000.zip
cpython-a15a584bf3f94ea11ab9363548c8872251364000.tar.gz
cpython-a15a584bf3f94ea11ab9363548c8872251364000.tar.bz2
gh-122765: make prompt in activate.csh robust against unbalanced quotes and newlines (GH-123751)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2024-09-06-00-00-43.gh-issue-122765.tx4hsr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-06-00-00-43.gh-issue-122765.tx4hsr.rst b/Misc/NEWS.d/next/Library/2024-09-06-00-00-43.gh-issue-122765.tx4hsr.rst
new file mode 100644
index 0000000..8a1bc4b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-09-06-00-00-43.gh-issue-122765.tx4hsr.rst
@@ -0,0 +1 @@
+Fix unbalanced quote errors occurring when activate.csh in :mod:`venv` was sourced with a custom prompt containing unpaired quotes or newlines.