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

........
  r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines

  Issue #1303434: Include PDBs in release.
  Patch by James Lee and Daniel Stutzbach.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index b45fe76..da50fa2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,11 @@
 
 - Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.
 
+Build
+-----
+
+- Issue #1303434: Generate ZIP file containing all PDBs.
+
 
 What's New in Python 2.7.1 release candidate 1?
 ===============================================