summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-28 23:28:30 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-28 23:28:30 (GMT)
commit8179a9de6bc57928ee18771729326b20cf629a30 (patch)
treeec1c1c155175c1c6131fa20c57347abe87061428 /README
parent36d97ebd5838241a2a4804cf7aa85cbe85b43fb2 (diff)
downloadcpython-8179a9de6bc57928ee18771729326b20cf629a30.zip
cpython-8179a9de6bc57928ee18771729326b20cf629a30.tar.gz
cpython-8179a9de6bc57928ee18771729326b20cf629a30.tar.bz2
Clarify that the Tk interface is not enabled by default when building
from sources, not in general. This closes SourceForge bug #115608.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 44d9166..4813b02 100644
--- a/README
+++ b/README
@@ -736,8 +736,9 @@ The Tk interface
Tk (the user interface component of John Ousterhout's Tcl language) is
also usable from Python. Since this requires that you first build and
-install Tcl/Tk, the Tk interface is not enabled by default. Python
-supports Tcl/Tk version 8.0 and higher.
+install Tcl/Tk, the Tk interface is not enabled by default when
+building Python from source. Python supports Tcl/Tk version 8.0 and
+higher.
See http://dev.ajubasolutions.com/ for more info on Tcl/Tk, including
the on-line manual pages.