Update various OS X README files for 3.3.0. · python/cpython@5c0b1ca · GitHub
Skip to content

Commit 5c0b1ca

Browse files
committed
Update various OS X README files for 3.3.0.
1 parent 12c6bda commit 5c0b1ca

4 files changed

Lines changed: 163 additions & 59 deletions

File tree

Mac/BuildScript/README.txt

Lines changed: 109 additions & 42 deletions

Mac/BuildScript/resources/ReadMe.txt

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ $ARCHITECTURES.
55
Installation requires approximately $INSTALL_SIZE MB of disk space,
66
ignore the message that it will take zero bytes.
77

8-
You must install onto your current boot disk, even though the
9-
installer does not enforce this, otherwise things will not work.
8+
If you are attempting to install on an OS X 10.8 system, you may
9+
see a message that Python can't be installed because it is from an
10+
unidentified developer. This is because this Python installer
11+
package is not yet compatible with the Gatekeeper security feature
12+
introduced in OS X 10.8. To allow Python to be installed, you
13+
can override the Gatekeeper policy for this install. In the Finder,
14+
instead of double-clicking, control-click or right click the "Python"
15+
installer package icon. Then select "Open using ... Installer" from
16+
the contextual menu that appears.
1017

1118
Python consists of the Python programming language interpreter, plus
1219
a set of programs to allow easy access to it for Mac users including
@@ -16,10 +23,11 @@ Python programs.
1623

1724
**** IMPORTANT ****
1825

19-
Before using IDLE or other programs using the tkinter graphical user
20-
interface toolkit, visit http://www.python.org/download/mac/tcltk/
21-
for current information about supported and recommended versions
22-
of Tcl/Tk for this version of Python and Mac OS X.
26+
To use IDLE or other programs that use the tkinter graphical user
27+
interface toolkit, you may need to install a third-party version of
28+
the Tcl/Tk frameworks. Visit http://www.python.org/download/mac/tcltk/
29+
for current information about supported and recommended versions of
30+
Tcl/Tk for this version of Python and of Mac OS X.
2331

2432
*******************
2533

@@ -32,5 +40,13 @@ optionally place links to the command-line tools in /usr/local/bin as
3240
well. Double-click on the "Update Shell Profile" command to add the
3341
"bin" directory inside the framework to your shell's search path.
3442

43+
You must install onto your current boot disk, even though the
44+
installer does not enforce this, otherwise things will not work.
45+
46+
You can verify the integrity of the disk image file containing the
47+
installer package and this ReadMe file by comparing its md5 checksum
48+
and size with the values published on the release page linked at
49+
http://www.python.org/download/
50+
3551
More information on Python in general can be found at
3652
http://www.python.org.

Mac/BuildScript/resources/Welcome.rtf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350
1+
{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
22
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
33
{\colortbl;\red255\green255\blue255;}
44
\paperw11904\paperh16836\margl1440\margr1440\vieww9640\viewh10620\viewkind0
5-
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
5+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640
66

77
\f0\fs24 \cf0 This package will install
88
\b Python $FULL_VERSION
@@ -20,9 +20,9 @@ See the ReadMe file and the Python documentation for more information.\
2020
\
2121

2222
\b NOTE:
23-
\b0 This package will by default not update your shell profile and will also not install files in /usr/local. Double-click
23+
\b0 This package will not update your shell profile by default. Double-click
2424
\b Update Shell Profile
25-
\b0 at any time to make $FULL_VERSION the default Python.\
25+
\b0 at any time to make $FULL_VERSION the default Python 3 version. This version can co-exist with other installed versions of Python 3 and Python 2.\
2626
\
2727

2828
\b IMPORTANT:

Mac/README

Lines changed: 28 additions & 7 deletions

0 commit comments

Comments
 (0)