summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-09-11 14:41:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2019-09-11 14:41:21 (GMT)
commit574b324bdc9a126b5a4488c3613f11ad2555415e (patch)
tree5162264f35868c1dd1ba13d370e7f27c0e008931 /Misc/NEWS.d/next/Windows
parent6357c95716d89ac1f80587fbc4133df8d2e8396c (diff)
downloadcpython-574b324bdc9a126b5a4488c3613f11ad2555415e.zip
cpython-574b324bdc9a126b5a4488c3613f11ad2555415e.tar.gz
cpython-574b324bdc9a126b5a4488c3613f11ad2555415e.tar.bz2
bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-09-11-12-34-31.bpo-36634.xLaGgb.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-09-11-12-34-31.bpo-36634.xLaGgb.rst b/Misc/NEWS.d/next/Windows/2019-09-11-12-34-31.bpo-36634.xLaGgb.rst
new file mode 100644
index 0000000..c0bd2be
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-09-11-12-34-31.bpo-36634.xLaGgb.rst
@@ -0,0 +1,2 @@
+venv activate.bat now works when the existing variables contain double quote
+characters.