-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-122765: make prompt in activate.csh robust against unbalanced quotes and newlines #123751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… quotes and newlines
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@zooba @brettcannon Could you guys please take a look at this PR? I see you have some commit history of editing this file. Thanks in advance! |
Any URL available to read the docs on what |
https://linux.die.net/man/1/tcsh - :q makes sure each word is treated literally (wraps them in single quotes) and won’t be treated by the shell as e.g. a command. |
FYI the failures are unrelated. I'm trying to find out when they will be fixed. |
@JacekDuszenko your PR is scaring GitHub as any attempt I make at merging |
Thanks @JacekDuszenko for the PR, and @brettcannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…d quotes and newlines (pythonGH-123751) (cherry picked from commit a15a584) Co-authored-by: Jacek <jacek.duszenko@gmail.com>
Sorry, @JacekDuszenko and @brettcannon, I could not cleanly backport this to
|
GH-124185 is a backport of this pull request to the 3.13 branch. |
@JacekDuszenko Thanks for the PR! I'm not going to worry about backporting to 3.11 unless you want to make an explicit PR for it. |
…d quotes and newlines (pythonGH-123751)
Uh oh!
There was an error while loading. Please reload this page.