diff options
author | Ned Deily <nad@acm.org> | 2011-01-15 05:05:53 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-01-15 05:05:53 (GMT) |
commit | 916f2a860eaf156bd6584fe8b4afd79f0c760aa1 (patch) | |
tree | aff17d04f2f0d451853524302668c6f00f050146 /Misc/NEWS | |
parent | 2272670495975a5bd193dfecb5584c3eea7b1e9b (diff) | |
download | cpython-916f2a860eaf156bd6584fe8b4afd79f0c760aa1.zip cpython-916f2a860eaf156bd6584fe8b4afd79f0c760aa1.tar.gz cpython-916f2a860eaf156bd6584fe8b4afd79f0c760aa1.tar.bz2 |
#10843: Install the Tools directory on OS X in the applications
Extras (/Applications/Python 3.n/Extras/) where the Demo
directory had previous been installed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -226,6 +226,10 @@ Build Tools/Demos ----------- +- Issue #10843: Install the Tools directory on OS X in the applications + Extras (/Applications/Python 3.n/Extras/) where the Demo directory + had previous been installed. + - Issue #7962: The Demo directory is gone. Most of the old and unmaintained demos have been removed, others integrated in documentation or a new Tools/demo subdirectory. |