Merged revisions 81255 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81255 | tarek.ziade | 2010-05-17 12:06:20 +0200 (Mon, 17 May 2010) | 1 line

  Fixed #8688: Distutils now recalculates MANIFEST everytime.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 0abdefd..c68fb60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,8 @@
 Library
 -------
 
+- Issue #8688: Distutils now recalculates MANIFEST everytime.
+
 - Issue #7640: In the new `io` module, fix relative seek() for buffered
   readable streams when the internal buffer isn't empty.  Patch by Pascal
   Chambon.