Merge with 3.2: Issue #17047: removed doubled words in Doc/*,
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Mar 2013 21:26:33 +0000 (17:26 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Mar 2013 21:26:33 +0000 (17:26 -0400)
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett

1  2 
Doc/c-api/long.rst
Mac/README
Tools/msi/msilib.py

Simple merge
diff --cc Mac/README
index f7bc6c3ad630c4b8529069fd9a24e52b9e03a142,0b906f1eddb9f4f17d18a63a570bc89cfcae69dd..901a32405374383dc81f628a9b707518a8c85a4d
@@@ -37,13 -30,12 +37,13 @@@ the Python distribution
  
  * ``--enable-universalsdk[=PATH]``
  
-   Create a universal binary build of of Python. This can be used with both
+   Create a universal binary build of Python. This can be used with both
    regular and framework builds.
  
 -  The optional argument specifies which OSX SDK should be used to perform the
 -  build. This defaults to ``/Developer/SDKs/MacOSX.10.4u.sdk``, specify 
 -  ``/`` when building on a 10.5 system, especially when building 64-bit code.
 +  The optional argument specifies which OS X SDK should be used to perform the
 +  build.  If xcodebuild is available and configured, this defaults to
 +  the Xcode default MacOS X SDK, otherwise ``/Developer/SDKs/MacOSX.10.4u.sdk``
 +  if available or ``/`` if not.
  
    See the section _`Building and using a universal binary of Python on Mac OS X`
    for more information.
Simple merge