diff options
author | Ned Deily <nad@acm.org> | 2011-01-10 22:14:25 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-01-10 22:14:25 (GMT) |
commit | 9a1383e380712667dc05963abd315ac3d33c0be4 (patch) | |
tree | 12f7a70481bdd3c5507e702c6ec7f12814010ccb /Misc/NEWS | |
parent | dc004a3ad647db84f3acbaf41eb1f63312f1903d (diff) | |
download | cpython-9a1383e380712667dc05963abd315ac3d33c0be4.zip cpython-9a1383e380712667dc05963abd315ac3d33c0be4.tar.gz cpython-9a1383e380712667dc05963abd315ac3d33c0be4.tar.bz2 |
#10820: Fix OS X framework installs to support version-specific
scripts (implemented in #10679).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -189,6 +189,9 @@ C-API Build ----- +- Issue #10820: Fix OS X framework installs to support version-specific + scripts (#10679). + - Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in the configure script but use $GREP instead. Patch by Fabian Groffen. |