diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-30 05:37:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-30 05:37:16 (GMT) |
commit | b02f7c00aecf2b418dbf4c7762c3fa268163a900 (patch) | |
tree | a07875cc77e471bfd02123577a16f38a64f54fe0 /Doc/whatsnew | |
parent | 793ee1f8a826d93b1f0243644fbf2b1b185eb96b (diff) | |
download | cpython-b02f7c00aecf2b418dbf4c7762c3fa268163a900.zip cpython-b02f7c00aecf2b418dbf4c7762c3fa268163a900.tar.gz cpython-b02f7c00aecf2b418dbf4c7762c3fa268163a900.tar.bz2 |
List known build/install problems for OS X.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 27b7028..aed4852 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -2443,7 +2443,10 @@ There were a number of other small changes to the C-API. See the :source:`Misc/NEWS` file for a complete list. Also, there were a number of updates to the OS X build, see -:source:`Mac/BuildScript/README.txt`. +:source:`Mac/BuildScript/README.txt` for details. For users running a 32/64-bit +build, there is a known problem with the default Tcl/Tk on OS X 10.6. +Accordingly, we recommend installing an updated alternative such as +`ActiveState Tcl/Tk 8.5 <http://www.activestate.com/activetcl/downloads>`_ . Porting to Python 3.2 ===================== |