commit | a5cd18275e333cde162281e7919adfa415b42b07 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Fri Apr 30 12:15:12 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Fri Apr 30 12:15:12 2010 +0000 |
tree | 014aa52d3147643cbcaa6bd6f59130067beb9189 | |
parent | 01d149fc1f249f6dda24728c45cd89cf5ba99025 [diff] [blame] |
Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir
diff --git a/Misc/NEWS b/Misc/NEWS index a43825c..b42665a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,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.