[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Tue, 14 Sep 1999 14:00:50 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc/tut
In directory weyr:/home/fdrake/projects/python/Doc/tut

Modified Files:
	tut.tex 
Log Message:

Added "import string" to a couple of examples that describe string
module functions, to clarify that the import is not automatic.
Suggested by Koray Oner <Koray.Oner@Eng.Sun.COM>.