summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-04 00:04:49 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-04 00:04:49 (GMT)
commit85d6fb50221e62e11159ecc915ca3c18d73cfbbb (patch)
treeef59fb988d4fd20bdd2fd793f0a90c97f50b7041 /Misc
parente54aea786ee835a2b28b1d4f7e1263a218f6730b (diff)
downloadcpython-85d6fb50221e62e11159ecc915ca3c18d73cfbbb.zip
cpython-85d6fb50221e62e11159ecc915ca3c18d73cfbbb.tar.gz
cpython-85d6fb50221e62e11159ecc915ca3c18d73cfbbb.tar.bz2
fixed #1702551: distutils sdist was not pruning VCS directories under win32
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 078824e9..5baef3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,9 @@ Core and Builtins
Library
-------
+- Issue #1702551: distutils sdist was not excluding VCS directories under
+ Windows. Inital solution by Guy Dalberto.
+
- The _tkinter module functions "createfilehandler", "deletefilehandler",
"createtimerhandler", "mainloop", "dooneevent" and "quit" have been
deprecated for removal in 3.x