summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-01-16 21:45:32 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-01-16 21:45:32 (GMT)
commitc3cd76a2a18dd36f0600fe313120ebf04904fc15 (patch)
tree6430e5de393ad87104e29e348a0160762d4ef97a
parent6932b5b3a3503110c720938a6baffe7dec6926ce (diff)
parent10cabcbe143060ab2f63c3528bb00b73e7590a2b (diff)
downloadcpython-c3cd76a2a18dd36f0600fe313120ebf04904fc15.zip
cpython-c3cd76a2a18dd36f0600fe313120ebf04904fc15.tar.gz
cpython-c3cd76a2a18dd36f0600fe313120ebf04904fc15.tar.bz2
Issue #26065: Excludes venv from library when generating embeddable distro.
-rw-r--r--Misc/NEWS3
-rw-r--r--Tools/msi/make_zip.py1
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 015b536..5796367 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -613,6 +613,9 @@ Build
Windows
-------
+- Issue #26065: Excludes venv from library when generating embeddable
+ distro.
+
- Issue #25022: Removed very outdated PC/example_nt/ directory.
Tools/Demos
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py
index 96fdad2..d49b5b4 100644
--- a/Tools/msi/make_zip.py
+++ b/Tools/msi/make_zip.py
@@ -23,6 +23,7 @@ EXCLUDE_FROM_LIBRARY = {
'site-packages',
'tkinter',
'turtledemo',
+ 'venv',
}
EXCLUDE_FILE_FROM_LIBRARY = {