summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-01-16 21:44:43 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-01-16 21:44:43 (GMT)
commit10cabcbe143060ab2f63c3528bb00b73e7590a2b (patch)
tree5de19ab450e6b2968f1c79aaa731b8705641b78e /Misc
parent1d329413fc403757998373dde3316c5f78f2f6fb (diff)
downloadcpython-10cabcbe143060ab2f63c3528bb00b73e7590a2b.zip
cpython-10cabcbe143060ab2f63c3528bb00b73e7590a2b.tar.gz
cpython-10cabcbe143060ab2f63c3528bb00b73e7590a2b.tar.bz2
Issue #26065: Excludes venv from library when generating embeddable distro.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 274e5c4..0609cc4 100644
--- 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?
=================================