diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-09-28 13:57:58 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-09-28 13:57:58 (GMT) |
commit | 9af738022ee36bd577f1decd181e8a8911691a7b (patch) | |
tree | 49959c7d7a342021356b60530df2d659f5533df9 /Misc | |
parent | a0b551acf8b6325e4585a2af63ba9115954616f7 (diff) | |
download | cpython-9af738022ee36bd577f1decd181e8a8911691a7b.zip cpython-9af738022ee36bd577f1decd181e8a8911691a7b.tar.gz cpython-9af738022ee36bd577f1decd181e8a8911691a7b.tar.bz2 |
Add support for the ZSH shell to the "Update Shell Profile" script
on MacOSX.
Patch by Sylvain Mora, issue #9701.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -286,6 +286,10 @@ Build - Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. +- Issue #9701: The MacOSX installer can patch the shell profile to ensure that + the "bin" directory inside the framework is on the shell's search path. This + feature now also supports the ZSH shell. + What's New in Python 3.2 Alpha 2? ================================= |