]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for r61263.
authorGeorg Brandl <georg@python.org>
Thu, 6 Mar 2008 07:34:52 +0000 (07:34 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 6 Mar 2008 07:34:52 +0000 (07:34 +0000)
Misc/NEWS

index 7019f4aa035a7b148d8dfb6385d917b22a7d7a4f..15f7f1086760f4e1e2e1c24cbb095f0d5f942790 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and builtins
 Library
 -------
 
+- Bug #1725737: In distutil's sdist, exclude RCS, CVS etc. also in the
+  root directory, and also exclude .hg, .git, .bzr, and _darcs.
+
 - Issue #1872: The struct module typecode for _Bool has been changed
   from 't' to '?'.