commit | 85677617d51f607b41ac64bf4cca8c38b6fd771a | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Wed Mar 10 23:58:42 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Wed Mar 10 23:58:42 2010 +0000 |
tree | 538886c8d2171ea7e887583a216badbad15c4dfb | |
parent | 3ec32005e8fa40c2471e7869a6e49407241442ab [diff] |
Issue #7880: Fix sysconfig when the python executable is a symbolic link.
diff --git a/Misc/NEWS b/Misc/NEWS index 85fe3c0..8f450a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Issue #7880: Fix sysconfig when the python executable is a symbolic link. + - Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style classes.