summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-06 07:34:52 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-06 07:34:52 (GMT)
commit810ea29b0ea0369be6fb401f27863be03c4c4690 (patch)
tree0ffa57f4384ec2ded7181073ec94e28ece609d60
parent6c45dc12b3232b1c709869f667cb6bcd54486a29 (diff)
downloadcpython-810ea29b0ea0369be6fb401f27863be03c4c4690.zip
cpython-810ea29b0ea0369be6fb401f27863be03c4c4690.tar.gz
cpython-810ea29b0ea0369be6fb401f27863be03c4c4690.tar.bz2
Add missing NEWS entry for r61263.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7019f4a..15f7f10 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 '?'.