Merged revisions 68276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68276 | tarek.ziade | 2009-01-04 01:04:49 +0100 (Sun, 04 Jan 2009) | 1 line
fixed #1702551: distutils sdist was not pruning VCS directories under win32
........
diff --git a/Misc/NEWS b/Misc/NEWS
index cd5f2e3..eb46811 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,9 @@
Library
-------
+- Issue #1702551: distutils sdist was not excluding VCS directories under
+ Windows. Inital solution by Guy Dalberto.
+
- Issue #4812: add missing underscore prefix to some internal-use-only
constants in the decimal module. (Dec_0 becomes _Dec_0, etc.)