commit | 0e305557482aa3c35140c7d719e9f982e00a2270 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 06 07:14:26 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 06 07:14:26 2008 +0000 |
tree | f759f1dfddc4255f7f699bcc50454f230b1b4f6a | |
parent | bc89897e5f9580bfcd7183cddcf7b2fa727346d3 [diff] [blame] |
Backport of r61263: #1725737: ignore other VC directories other than CVS and SVN's too.
diff --git a/Misc/NEWS b/Misc/NEWS index 733775f..6af11b1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Bug #1725737: In distutil's sdist, exclude RCS, CVS etc. also in the + root directory, and also exclude .hg, .git, .bzr, and _darcs. + - Bug #1389051: imaplib causes excessive memory fragmentation when reading large messages.