diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 21:44:43 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 21:44:43 (GMT) |
commit | 10cabcbe143060ab2f63c3528bb00b73e7590a2b (patch) | |
tree | 5de19ab450e6b2968f1c79aaa731b8705641b78e /Misc | |
parent | 1d329413fc403757998373dde3316c5f78f2f6fb (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? ================================= |