[Python-checkins] CVS: python/dist/src/Doc/lib libstring.tex,1.37,1.38

Fred L. Drake python-dev@python.org
Fri, 8 Sep 2000 22:34:08 -0700


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

Modified Files:
	libstring.tex 
Log Message:

Add a reference to the material on string methods.


Index: libstring.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstring.tex,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** libstring.tex	2000/06/21 01:48:46	1.37
--- libstring.tex	2000/09/09 05:34:06	1.38
***************
*** 54,59 ****
  \end{datadesc}
  
- The functions defined in this module are:
  
  
  \begin{funcdesc}{atof}{s}
--- 54,62 ----
  \end{datadesc}
  
  
+ Many of the functions provided by this module are also defined as
+ methods of string and Unicode objects; see ``String Methods'' (section
+ \ref{string-methods}) for more information on those.
+ The functions defined in this module are:
  
  \begin{funcdesc}{atof}{s}