summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-01-25 22:59:58 (GMT)
committerGitHub <noreply@github.com>2019-01-25 22:59:58 (GMT)
commitadad9e68013aac166c84ffe4e23f3a5464f41840 (patch)
tree0fbd69baff9c1eb60a6f63f5fa4b499fb27b4f73 /Misc/NEWS.d
parent4e02f8f8b4baab63f927cfd87b401200ba2969e9 (diff)
downloadcpython-adad9e68013aac166c84ffe4e23f3a5464f41840.zip
cpython-adad9e68013aac166c84ffe4e23f3a5464f41840.tar.gz
cpython-adad9e68013aac166c84ffe4e23f3a5464f41840.tar.bz2
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-01-25-12-46-36.bpo-35811.2hU-mm.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-01-25-12-46-36.bpo-35811.2hU-mm.rst b/Misc/NEWS.d/next/Windows/2019-01-25-12-46-36.bpo-35811.2hU-mm.rst
new file mode 100644
index 0000000..3207c95
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-01-25-12-46-36.bpo-35811.2hU-mm.rst
@@ -0,0 +1 @@
+Avoid propagating venv settings when launching via py.exe