summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2018-07-11-15-58-06.bpo-34011.Ho_d5T.rst
blob: 8fcf8b51081b2a839b315e4da24153d5f27cf69f (plain)
1
2
3
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.