blob: 65e3f14cd34f189ff910ec38248f33722e058c3e [file] [log] [blame]
Ned Deily1b7f6fe2015-07-03 23:53:51 -07001{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170
Ned Deily5d3febf2014-12-13 00:17:46 -08002{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPSMT;}
3{\colortbl;\red255\green255\blue255;}
4\margl1440\margr1440\vieww13380\viewh14600\viewkind0
5\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
6
7\f0\fs24 \cf0 This package will install Python $FULL_VERSION for Mac OS X $MACOSX_DEPLOYMENT_TARGET for the following architecture(s): $ARCHITECTURES.\
8\
9\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
10
11\b \cf0 \ul \ulc0 Which installer variant should I use?
12\b0 \ulnone \
13\
14Python.org provides two installer variants for download: one that installs a
15\i 64-bit/32-bit Intel
16\i0 Python capable of running on
17\i Mac OS X 10.6 (Snow Leopard)
18\i0 or later; and one that installs a
19\i 32-bit-only (Intel and PPC)
20\i0 Python capable of running on
21\i Mac OS X 10.5 (Leopard)
22\i0 or later. This ReadMe was installed with the
23\i $MACOSX_DEPLOYMENT_TARGET
24\i0 variant. Unless you are installing to an 10.5 system or you need to build applications that can run on 10.5 systems, use the 10.6 variant if possible. There are some additional operating system functions that are supported starting with 10.6 and you may see better performance using 64-bit mode. By default, Python will automatically run in 64-bit mode if your system supports it. Also see
25\i Certificate verification and OpenSSL
Ned Deilycd797f92015-05-08 14:42:32 -070026\i0 below. The Pythons installed by these installers are built with private copies of some third-party libraries not included with or newer than those in OS X itself. The list of these libraries varies by installer variant and is included at the end of the License.rtf file.
Ned Deily1b7f6fe2015-07-03 23:53:51 -070027\b \ul \
Ned Deily5d3febf2014-12-13 00:17:46 -080028\
29Update your version of Tcl/Tk to use IDLE or other Tk applications
30\b0 \ulnone \
31\
32To use IDLE or other programs that use the Tkinter graphical user interface toolkit, you need to install a newer third-party version of the
33\i Tcl/Tk
34\i0 frameworks. Visit {\field{\*\fldinst{HYPERLINK "https://www.python.org/download/mac/tcltk/"}}{\fldrslt https://www.python.org/download/mac/tcltk/}} for current information about supported and recommended versions of
35\i Tcl/Tk
36\i0 for this version of Python and of Mac OS X.\
37
38\b \ul \
Ned Deily1b7f6fe2015-07-03 23:53:51 -070039Certificate verification and OpenSSL\
40
41\b0 \ulnone \
42Python 3.5 includes a number of network security enhancements that were released in Python 3.4.3 and Python 2.7.10. {\field{\*\fldinst{HYPERLINK "https://www.python.org/dev/peps/pep-0476/"}}{\fldrslt PEP 476}} changes several standard library modules, like
43\i httplib
44\i0 ,
45\i urllib
46\i0 , and
47\i xmlrpclib
48\i0 , to by default verify certificates presented by servers over secure (TLS) connections. The verification is performed by the OpenSSL libraries that Python is linked to. Prior to 3.4.3, both python.org installers dynamically linked with Apple-supplied OpenSSL libraries shipped with OS X. OS X provides a multiple level security framework that stores trust certificates in system and user keychains managed by the
49\i Keychain Access
50\i0 application and the
51\i security
52\i0 command line utility.\
53\
54For OS X 10.5, Apple provides
55\i OpenSSL 0.9.7
56\i0 libraries. This version of Apple's OpenSSL
57\b does not
58\b0 use the certificates from the system security framework, even when used on newer versions of OS X. Instead it consults a traditional OpenSSL concatenated certificate file (
59\i cafile
60\i0 ) or certificate directory (
61\i capath
62\i0 ), located in
63\f1 /System/Library/OpenSSL
64\f0 . These directories are typically empty and not managed by OS X; you must manage them yourself or supply your own SSL contexts. OpenSSL 0.9.7 is obsolete by current security standards, lacking a number of important features found in later versions. Among the problems this causes is the inability to verify higher-security certificates now used by python.org services, including
65\i t{\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi"}}{\fldrslt he Python Package Index, PyPI}}
66\i0 . To solve this problem, the
67\i 10.5+ 32-bit-only python.org variant
68\i0 is linked with a private copy of
69\i OpenSSL 1.0.2
70\i0 ; it consults the same default certificate directory,
71\f1 /System/Library/OpenSSL
72\f0 . As before, it is still necessary to manage certificates yourself when you use this Python variant and, with certificate verification now enabled by default, you may now need to take additional steps to ensure your Python programs have access to CA certificates you trust. If you use this Python variant to build standalone applications with third-party tools like {\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi/py2app/"}}{\fldrslt
73\f1 py2app}}, you may now need to bundle CA certificates in them or otherwise supply non-default SSL contexts.\
74\
75For OS X 10.6+, Apple also provides
76\i OpenSSL
77\i0
78\i 0.9.8 libraries
79\i0 . Apple's 0.9.8 version includes an important additional feature: if a certificate cannot be verified using the manually administered certificates in
80\f1 /System/Library/OpenSSL
81\f0 , the certificates managed by the system security framework In the user and system keychains are also consulted (using Apple private APIs). For this reason, the
82\i 64-bit/32-bit 10.6+ python.org variant
83\i0 continues to be dynamically linked with Apple's OpenSSL 0.9.8 since it was felt that the loss of the system-provided certificates and management tools outweighs the additional security features provided by newer versions of OpenSSL. This will likely change in future releases of the python.org installers as Apple has deprecated use of the system-supplied OpenSSL libraries. If you do need features from newer versions of OpenSSL, there are third-party OpenSSL wrapper packages available through
84\i PyPI
85\i0 .\
86\
87The bundled
88\f1 pip
89\f0 included with the Python 3.5 installers has its own default certificate store for verifying download connections.\
90\
91
92\b \ul Other changes\
93
94\b0 \ulnone \
95\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
96\cf0 For other changes in this release, see the
97\i What's new
98\i0 section in the {\field{\*\fldinst{HYPERLINK "https://www.python.org/doc/"}}{\fldrslt Documentation Set}} for this release and its
99\i Release Notes
100\i0 link at {\field{\*\fldinst{HYPERLINK "https://www.python.org/downloads/"}}{\fldrslt https://www.python.org/downloads/}}.\
101\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
102
103\b \cf0 \ul \
Ned Deily5d3febf2014-12-13 00:17:46 -0800104Python 3 and Python 2 Co-existence\
105
106\b0 \ulnone \
107Python.org Python $VERSION and 2.7.x versions can both be installed on your system and will not conflict. Command names for Python 3 contain a 3 in them,
108\f1 python3
109\f0 (or
110\f1 python$VERSION
111\f0 ),
112\f1 idle3
113\f0 (or i
114\f1 dle$VERSION
115\f0 ),
116\f1 pip3
117\f0 (or
118\f1 pip$VERSION
119\f0 ), etc. Python 2.7 command names contain a 2 or no digit:
120\f1 python2
121\f0 (or
122\f1 python2.7
123\f0 or
124\f1 python
125\f0 ),
126\f1 idle2
127\f0 (or
128\f1 idle2.7
129\f0 or
130\f1 idle
131\f0 ), etc.\
132}