[Python-checkins] CVS: python/dist/src README,1.98,1.99

Fred L. Drake python-dev@python.org
Thu, 28 Sep 2000 16:28:42 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv573

Modified Files:
	README 
Log Message:

Clarify that the Tk interface is not enabled by default when building
from sources, not in general.

This closes SourceForge bug #115608.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** README	2000/09/26 12:14:11	1.98
--- README	2000/09/28 23:28:30	1.99
***************
*** 737,742 ****
  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.
  
  See http://dev.ajubasolutions.com/ for more info on Tcl/Tk, including
--- 737,743 ----
  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 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