summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2018-07-20 16:07:38 (GMT)
committerGitHub <noreply@github.com>2018-07-20 16:07:38 (GMT)
commit94487d45707772723ef19e86700a40a12743baa1 (patch)
tree47f72c11e34128b52d0eaebf65231b87bb9effca /Misc/NEWS.d
parentcb5f3fdb9d353a572dd22fb50a110e52d5bb81b1 (diff)
downloadcpython-94487d45707772723ef19e86700a40a12743baa1.zip
cpython-94487d45707772723ef19e86700a40a12743baa1.tar.gz
cpython-94487d45707772723ef19e86700a40a12743baa1.tar.bz2
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-07-11-15-58-06.bpo-34011.Ho_d5T.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-07-11-15-58-06.bpo-34011.Ho_d5T.rst b/Misc/NEWS.d/next/Windows/2018-07-11-15-58-06.bpo-34011.Ho_d5T.rst
new file mode 100644
index 0000000..8fcf8b5
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-07-11-15-58-06.bpo-34011.Ho_d5T.rst
@@ -0,0 +1,4 @@
+A suite of code has been changed which copied across DLLs and init.tcl from
+the running Python location into a venv being created. These copies are needed
+only when running from a Python source build, and the copying code is now only
+run when that is the case, rather than whenever a venv is created.