[Python-checkins] cpython (3.4): Minor updates to the OS X installer ReadMe.rtf.

ned.deily python-checkins at python.org
Fri May 8 23:47:28 CEST 2015


https://hg.python.org/cpython/rev/71ee988111b2
changeset:   95919:71ee988111b2
branch:      3.4
parent:      95915:4c860369b6c2
user:        Ned Deily <nad at acm.org>
date:        Fri May 08 14:42:32 2015 -0700
summary:
  Minor updates to the OS X installer ReadMe.rtf.

files:
  Mac/BuildScript/resources/ReadMe.rtf |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Mac/BuildScript/resources/ReadMe.rtf b/Mac/BuildScript/resources/ReadMe.rtf
--- a/Mac/BuildScript/resources/ReadMe.rtf
+++ b/Mac/BuildScript/resources/ReadMe.rtf
@@ -1,4 +1,4 @@
-{\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf160
+{\rtf1\ansi\ansicpg1252\cocoartf1347\cocoasubrtf570
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPSMT;}
 {\colortbl;\red255\green255\blue255;}
 \margl1440\margr1440\vieww13380\viewh14600\viewkind0
@@ -23,8 +23,8 @@
 \i $MACOSX_DEPLOYMENT_TARGET
 \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 
 \i Certificate verification and OpenSSL
-\i0  below.
-\b \ul \
+\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.
+\b \ul \ulc0 \
 \
 Update your version of Tcl/Tk to use IDLE or other Tk applications
 \b0 \ulnone \
@@ -125,7 +125,7 @@
 \i0 .  To solve this problem, as of 3.4.3 the 
 \i 10.5+ 32-bit-only python.org variant
 \i0  is linked with a private copy of 
-\i OpenSSL 1.0.1
+\i OpenSSL 1.0
 \i0 ; it consults the same default certificate directory, 
 \f1 /System/Library/OpenSSL
 \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 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list