From: Steve Dower Date: Sat, 16 Jan 2016 21:45:32 +0000 (-0800) Subject: Issue #26065: Excludes venv from library when generating embeddable distro. X-Git-Tag: v3.6.0a1~759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3cd76a2a18dd36f0600fe313120ebf04904fc15;p=thirdparty%2FPython%2Fcpython.git Issue #26065: Excludes venv from library when generating embeddable distro. --- c3cd76a2a18dd36f0600fe313120ebf04904fc15 diff --cc Misc/NEWS index 015b53634289,0609cc425869..57963677e3a9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -613,17 -173,9 +613,20 @@@ Buil Windows ------- + - Issue #26065: Excludes venv from library when generating embeddable + distro. + +- Issue #25022: Removed very outdated PC/example_nt/ directory. + +Tools/Demos +----------- + +- Issue #25440: Fix output of python-config --extension-suffix. + +- Issue #25154: The pyvenv script has been deprecated in favour of + `python3 -m venv`. + + What's New in Python 3.5.1 final? =================================