Merged revisions 84851 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84851 | hirokazu.yamamoto | 2010-09-17 02:50:57 +0900 | 3 lines

  Issue #9810: Compile bzip2 source files in python's project file
  directly. It used to be built with bzip2's makefile.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index f1fd78e..22cffdc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -565,6 +565,9 @@
 Build
 -----
 
+- Issue #9810: Compile bzip2 source files in python's project file
+  directly. It used to be built with bzip2's makefile.
+
 - Issue #941346: Improve the build process under AIX and allow Python to
   be built as a shared library.  Patch by Sébastien Sablé.