diff options
author | Ned Deily <nad@acm.org> | 2013-11-22 06:42:25 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-22 06:42:25 (GMT) |
commit | b8f944f0b76ebfeecb181498868f10b273981668 (patch) | |
tree | a818ddc5a97ce0095936b9aebc1da0559f24afb5 /Misc | |
parent | c06d6fdc37a70c28feaac60b06047b9f6357c05f (diff) | |
download | cpython-b8f944f0b76ebfeecb181498868f10b273981668.zip cpython-b8f944f0b76ebfeecb181498868f10b273981668.tar.gz cpython-b8f944f0b76ebfeecb181498868f10b273981668.tar.bz2 |
Issue #19649: On OS X, the same set of file names are now installed
in bin directories for all configurations: non-framework vs framework,
and single arch vs universal builds. pythonx.y-32 is now always
installed for 64-bit/32-bit universal builds. The obsolete and
undocumented pythonw* symlinks are no longer installed anywhere.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -357,6 +357,12 @@ Build - Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9 screen refresh problem for OS X installer build. +- Issue #19649: On OS X, the same set of file names are now installed + in bin directories for all configurations: non-framework vs framework, + and single arch vs universal builds. pythonx.y-32 is now always + installed for 64-bit/32-bit universal builds. The obsolete and + undocumented pythonw* symlinks are no longer installed anywhere. + Tools/Demos ----------- |