Add missing NEWS entry for r61263.

This commit is contained in:
Georg Brandl 2008-03-06 07:34:52 +00:00
parent 6c45dc12b3
commit 810ea29b0e
1 changed files with 3 additions and 0 deletions

View File

@ -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 '?'.