]> granicus.if.org Git - python/commitdiff
Issue #26065: Excludes venv from library when generating embeddable distro.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 16 Jan 2016 21:44:43 +0000 (13:44 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 16 Jan 2016 21:44:43 +0000 (13:44 -0800)
Misc/NEWS
Tools/msi/make_zip.py

index 274e5c48b380f10beefa4fbeb7b53b8fbe5ae549..0609cc425869e06603a2c5787451884260663bb3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,11 @@ Build
 
 - Issue #25798: Update OS X 10.5 installer to use OpenSSL 1.0.2e.
 
+Windows
+-------
+
+- Issue #26065: Excludes venv from library when generating embeddable
+  distro.
 
 What's New in Python 3.5.1 final?
 =================================
index 96fdad2197b366335574726fadc3d4e41aad8269..d49b5b48b3baa13af62063f2a213bc92dc7adfa7 100644 (file)
@@ -23,6 +23,7 @@ EXCLUDE_FROM_LIBRARY = {
     'site-packages',
     'tkinter',
     'turtledemo',
+    'venv',
 }
 
 EXCLUDE_FILE_FROM_LIBRARY = {