diff options
author | Ned Deily <nad@acm.org> | 2013-10-19 03:49:27 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-10-19 03:49:27 (GMT) |
commit | ea41d5f27c8d4b8c546a078d190b131d6c9c2fd7 (patch) | |
tree | 86b6e8abf8b0938394890623c614605d506767e7 /Mac/BuildScript/README.txt | |
parent | 5375b491a6e60c67a8fab8bad96f1d977bfc1c57 (diff) | |
download | cpython-ea41d5f27c8d4b8c546a078d190b131d6c9c2fd7.zip cpython-ea41d5f27c8d4b8c546a078d190b131d6c9c2fd7.tar.gz cpython-ea41d5f27c8d4b8c546a078d190b131d6c9c2fd7.tar.bz2 |
Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15.
Diffstat (limited to 'Mac/BuildScript/README.txt')
-rw-r--r-- | Mac/BuildScript/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt index 6c08dbe..e070e60 100644 --- a/Mac/BuildScript/README.txt +++ b/Mac/BuildScript/README.txt @@ -57,18 +57,18 @@ for each release. * NCurses 5.9 (http://bugs.python.org/issue15037) * SQLite 3.7.13 - * Tcl 8.5.14 - * Tk 8.5.14 + * Tcl 8.5.15 + * Tk 8.5.15 * XZ 5.0.3 - uses system-supplied versions of third-party libraries * readline module links with Apple BSD editline (libedit) - - requires ActiveState Tcl/Tk 8.5.14 (or later) to be installed for building + - requires ActiveState Tcl/Tk 8.5.15 (or later) to be installed for building * Beginning with Python 3.4 alpha2, this installer now includes its own - private copy of Tcl and Tk 8.5.14 libraries and thus is no longer + private copy of Tcl and Tk 8.5.15 libraries and thus is no longer dependent on the buggy releases of Aqua Cocoa Tk 8.5 shipped with OS X 10.6 or on installing a newer third-party version of Tcl/Tk in /Library/Frameworks, such as from ActiveState. Because this |