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

........
  r67926 | tarek.ziade | 2008-12-24 20:10:05 +0100 (Wed, 24 Dec 2008) | 1 line

  fixed #4400 : distutils .pypirc default generated file was broken.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index af1c22e..5360bdd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,8 @@
 Library
 -------
 
+- Issue #4400: .pypirc default generated file was broken in distutils.
+
 - Issue #4163: Use unicode-friendly word splitting in the textwrap functions
   when given an unicode string.