diff options
author | Ned Deily <nad@acm.org> | 2011-02-07 16:44:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-02-07 16:44:19 (GMT) |
commit | eb698daf2f9afbde49e59d0527af7d4ee3756f45 (patch) | |
tree | 6e75af28ee48e9c836528eb740c85f2613e76305 /Mac/BuildScript | |
parent | fdded56a469880a8230c44232cd7ce36edc99f3a (diff) | |
download | cpython-eb698daf2f9afbde49e59d0527af7d4ee3756f45.zip cpython-eb698daf2f9afbde49e59d0527af7d4ee3756f45.tar.gz cpython-eb698daf2f9afbde49e59d0527af7d4ee3756f45.tar.bz2 |
Issue #11079: The /Applications/Python x.x folder created by the Mac
OS X installers no longer includes an Extras directory. The Tools
directory is now installed in the framework under share/doc.
Diffstat (limited to 'Mac/BuildScript')
-rw-r--r-- | Mac/BuildScript/resources/ReadMe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt index 761cffb..f1beda0 100644 --- a/Mac/BuildScript/resources/ReadMe.txt +++ b/Mac/BuildScript/resources/ReadMe.txt @@ -24,7 +24,7 @@ of Tcl/Tk for this version of Python and Mac OS X. ******************* The installer puts applications, an "Update Shell Profile" command, -and an Extras folder containing demo programs and tools into the +and a link to the optionally installed Python Documentation into the "Python $VERSION" subfolder of the system Applications folder, and puts the underlying machinery into the folder $PYTHONFRAMEWORKINSTALLDIR. It can |