diff options
author | Jacek <jacek.duszenko@gmail.com> | 2024-09-17 17:16:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 17:16:43 (GMT) |
commit | a15a584bf3f94ea11ab9363548c8872251364000 (patch) | |
tree | 12ca1bc26dde0a13e7b5aef5f7468b213a4c18e7 /Misc/NEWS.d/next | |
parent | f4dd4402108cc005d45acd4ca83c8530c36a93ca (diff) | |
download | cpython-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.rst | 1 |
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. |