Merged revisions 80649 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80649 | tarek.ziade | 2010-04-30 14:15:12 +0200 (Fri, 30 Apr 2010) | 1 line
Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 16a4190..5490b01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,10 @@
Library
-------
+- Issue #8577: distutils.sysconfig.get_python_inc() now makes a difference
+ between the build dir and the source dir when looking for "python.h" or
+ "Include".
+
- Issue #8464: tarfile no longer creates files with execute permissions set
when mode="w|" is used.