[Python-checkins] python/dist/src README,1.173,1.174

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 13 Jun 2003 22:29:29 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17915

Modified Files:
	README 
Log Message:
Patch #753845:  Update README for Redhat 9 Tkinter compile with USC-4.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.173
retrieving revision 1.174
diff -C2 -d -r1.173 -r1.174
*** README	12 Jun 2003 14:04:33 -0000	1.173
--- README	14 Jun 2003 05:29:27 -0000	1.174
***************
*** 319,324 ****
  	takes care of this automatically.
  
! Red Hat Linux: There's an executable /usr/bin/python which is Python
! 	1.5.2 on most Red Hat installations; several key Red Hat tools
  	require this version.  Python 2.1.x may be installed as
  	/usr/bin/python2.  The Makefile installs Python as
--- 319,328 ----
  	takes care of this automatically.
  
! Red Hat Linux: Red Hat 9 built Python2.2 in UCS-4 mode and hacked
! 	Tcl to support it. To compile Python2.3 with Tkinter, you will
! 	need to pass --enable-unicode=ucs4 flag to ./configure. 
! 
! 	There's an executable /usr/bin/python which is Python
! 	1.5.2 on most older Red Hat installations; several key Red Hat tools
  	require this version.  Python 2.1.x may be installed as
  	/usr/bin/python2.  The Makefile installs Python as