]> granicus.if.org Git - python/commitdiff
Clarify that the Tk interface is not enabled by default when building
authorFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 23:28:30 +0000 (23:28 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 23:28:30 +0000 (23:28 +0000)
from sources, not in general.

This closes SourceForge bug #115608.

README

diff --git a/README b/README
index 44d9166b8e7c05cc3257b1faf61bdf995de5f6de..4813b02fc2014273dc7f883de91f00660ca424a7 100644 (file)
--- 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.