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

........
  r74533 | tarek.ziade | 2009-08-21 16:11:26 +0200 (Fri, 21 Aug 2009) | 1 line

  Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows
........
diff --git a/Misc/NEWS b/Misc/NEWS
index c971741..aa218c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,12 @@
 - Issue 5390: Add uninstall icon independent of whether file
   extensions are installed.
 
+Documenation
+------------
+
+- Issue #6556: Fixed the Distutils configuration files location explanation
+  for Windows.
+
 Tests
 -----