diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 21:33:04 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-08-03 21:33:04 (GMT) |
commit | 1f0f2785d9000e0120cca170208004ae0189dd3c (patch) | |
tree | a32ffd3e8f2f5aa89ead789de920ac379aa01972 /Misc | |
parent | 4f06cbb888816bb82836251644a01ef6a41026bd (diff) | |
download | cpython-1f0f2785d9000e0120cca170208004ae0189dd3c.zip cpython-1f0f2785d9000e0120cca170208004ae0189dd3c.tar.gz cpython-1f0f2785d9000e0120cca170208004ae0189dd3c.tar.bz2 |
Issue #8447: Make distutils.sysconfig follow symlinks in the path to
the interpreter executable. This fixes a failure of test_httpservers
on OS X.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,10 @@ C-API Library ------- +- Issue #8447: Make distutils.sysconfig follow symlinks in the path to + the interpreter executable. This fixes a failure of test_httpservers + on OS X. + - Issue #7372: Fix pstats regression when stripping paths from profile data generated with the profile module. |