summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-03-27 15:14:53 (GMT)
committerGitHub <noreply@github.com>2019-03-27 15:14:53 (GMT)
commit4a9a505d6f2474a570422dad89f8d1b344d6cd36 (patch)
treebeb530c17126c4b3b2b7355f97cb10b3eee88c99 /Misc/NEWS.d/next/Windows
parentf4333d0479d6974d142e858522e95cbf8381f016 (diff)
downloadcpython-4a9a505d6f2474a570422dad89f8d1b344d6cd36.zip
cpython-4a9a505d6f2474a570422dad89f8d1b344d6cd36.tar.gz
cpython-4a9a505d6f2474a570422dad89f8d1b344d6cd36.tar.bz2
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-03-26-11-46-15.bpo-36441.lYjGF1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-03-26-11-46-15.bpo-36441.lYjGF1.rst b/Misc/NEWS.d/next/Windows/2019-03-26-11-46-15.bpo-36441.lYjGF1.rst
new file mode 100644
index 0000000..b27abff
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-03-26-11-46-15.bpo-36441.lYjGF1.rst
@@ -0,0 +1 @@
+Fixes creating a venv when debug binaries are installed.