From: Georg Brandl Date: Thu, 6 Mar 2008 07:34:52 +0000 (+0000) Subject: Add missing NEWS entry for r61263. X-Git-Tag: v2.6a2~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=810ea29b0ea0369be6fb401f27863be03c4c4690;p=python Add missing NEWS entry for r61263. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7019f4aa03..15f7f10867 100644 --- 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 '?'.