diff options
author | Raymond Hettinger <python@rcn.com> | 2011-02-07 12:51:05 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-02-07 12:51:05 (GMT) |
commit | 555f28830b8938dcfc536f5563c735a88fc8d038 (patch) | |
tree | 92f696fb801af78803f29e15853b17437c54bbec /Doc/whatsnew | |
parent | 4543846517cbb5defb00f1bae82edd30e1280d9e (diff) | |
download | cpython-555f28830b8938dcfc536f5563c735a88fc8d038.zip cpython-555f28830b8938dcfc536f5563c735a88fc8d038.tar.gz cpython-555f28830b8938dcfc536f5563c735a88fc8d038.tar.bz2 |
Add link to table for Tcl/Tk issues on the Mac.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 976352d..8577982 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -2511,11 +2511,12 @@ Changes to Python's build process and to the C API include: 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 +Also, there were a number of updates to the Mac OS X build, see :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. +build, there is a known problem with the default Tcl/Tk on Mac OS X 10.6. Accordingly, we recommend installing an updated alternative such as -`ActiveState Tcl/Tk 8.5 <http://www.activestate.com/activetcl/downloads>`_ . +`ActiveState Tcl/Tk 8.5.9 <http://www.activestate.com/activetcl/downloads>`_\. +See http://www.python.org/download/mac/tcltk/ for additional details. Porting to Python 3.2 ===================== |