diff options
author | Steve Dower <steve.dower@python.org> | 2022-07-16 16:38:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-16 16:38:36 (GMT) |
commit | 4b4439daed3992a5c5a83b86596d6e00ac3c1203 (patch) | |
tree | 3420fa97a280e28fe70a9263ed51162c8643102a /Misc/NEWS.d/next/Windows | |
parent | 16b6e14cc291865ecaf50fa57d0685da94496567 (diff) | |
download | cpython-4b4439daed3992a5c5a83b86596d6e00ac3c1203.zip cpython-4b4439daed3992a5c5a83b86596d6e00ac3c1203.tar.gz cpython-4b4439daed3992a5c5a83b86596d6e00ac3c1203.tar.bz2 |
gh-90844: Allow virtual environments to correctly launch when they have spaces in the path (GH-94903)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-07-16-16-18-32.gh-issue-90844.vwITT3.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-07-16-16-18-32.gh-issue-90844.vwITT3.rst b/Misc/NEWS.d/next/Windows/2022-07-16-16-18-32.gh-issue-90844.vwITT3.rst new file mode 100644 index 0000000..8d9e850 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-07-16-16-18-32.gh-issue-90844.vwITT3.rst @@ -0,0 +1,2 @@ +Allow virtual environments to correctly launch when they have spaces in the +path. |