summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-18 15:39:06 (GMT)
committerGitHub <noreply@github.com>2022-10-18 15:39:06 (GMT)
commitce87ab4dc5683fcc990c05e3875eff982824a144 (patch)
treef7bdd11037e6ca9202831c59274f1ff33b0866fd /Misc
parent676cdea18fc1635ecdb19e6f4f58c40251987442 (diff)
downloadcpython-ce87ab4dc5683fcc990c05e3875eff982824a144.zip
cpython-ce87ab4dc5683fcc990c05e3875eff982824a144.tar.gz
cpython-ce87ab4dc5683fcc990c05e3875eff982824a144.tar.bz2
[3.10] gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) (GH-98403)
Co-authored-by: Thomas B. Brunner <thomasbbrunner@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-17-12-02-30.gh-issue-93858.R49ARc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-17-12-02-30.gh-issue-93858.R49ARc.rst b/Misc/NEWS.d/next/Library/2022-06-17-12-02-30.gh-issue-93858.R49ARc.rst
new file mode 100644
index 0000000..508ba62
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-17-12-02-30.gh-issue-93858.R49ARc.rst
@@ -0,0 +1 @@
+Prevent error when activating venv in nested fish instances.