]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26065: Excludes venv from library when generating embeddable distro.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 16 Jan 2016 21:45:32 +0000 (13:45 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 16 Jan 2016 21:45:32 +0000 (13:45 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 015b53634289394a209966bd660d2ffff4eb349d,0609cc425869e06603a2c5787451884260663bb3..57963677e3a984c8d16193bf33e3e5e21a715d1e
+++ 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?
  =================================