summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2019-11-18 17:32:25 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-11-18 17:32:25 (GMT)
commitee703cbb418b7458bebb1d26a5e19d6b55280b28 (patch)
treea61f3878a1c985a944aff47820545c0d53f4b9d8 /Misc
parentbc7d3aa6d74b718699b7a6bced9b0dfdfbf95c13 (diff)
downloadcpython-ee703cbb418b7458bebb1d26a5e19d6b55280b28.zip
cpython-ee703cbb418b7458bebb1d26a5e19d6b55280b28.tar.gz
cpython-ee703cbb418b7458bebb1d26a5e19d6b55280b28.tar.bz2
bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)
https://bugs.python.org/issue38809
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2019-11-15-09-25-44.bpo-38809.9jwta6.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-11-15-09-25-44.bpo-38809.9jwta6.rst b/Misc/NEWS.d/next/Build/2019-11-15-09-25-44.bpo-38809.9jwta6.rst
new file mode 100644
index 0000000..10eaf84
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-11-15-09-25-44.bpo-38809.9jwta6.rst
@@ -0,0 +1,2 @@
+On Windows, build scripts will now recognize and use python.exe from an
+active virtual env.