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

........
  r81371 | tarek.ziade | 2010-05-20 00:20:14 +0200 (Thu, 20 May 2010) | 1 line

  #8759: Fixed user paths in sysconfig for posix and os2 schemes
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 68bebe9..e2a7715 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -375,6 +375,8 @@
 Library
 -------
 
+- Issue #8759: Fixed user paths in sysconfig for posix and os2 schemes.
+
 - Issue #8663: distutils.log emulates backslashreplace error handler. Fix
   compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if
   stdout is not a TTY).