summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-02-07 16:44:19 (GMT)
committerNed Deily <nad@acm.org>2011-02-07 16:44:19 (GMT)
commiteb698daf2f9afbde49e59d0527af7d4ee3756f45 (patch)
tree6e75af28ee48e9c836528eb740c85f2613e76305 /Misc
parentfdded56a469880a8230c44232cd7ce36edc99f3a (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a54024..4a7e3a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,11 @@ Library
Build
-----
+- Issue #11079: The /Applications/Python x.x folder created by the Mac
+ OS X installers now includes a link to the installed documentation
+ and no longer includes an Extras directory. The Tools directory is
+ now installed in the framework under share/doc.
+
- Issue #11121: Fix building with --enable-shared.
Tests