[Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.86,1.87

Tim Peters tim_one@users.sourceforge.net
Sat, 29 Sep 2001 23:18:28 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv30421/python/Doc/lib

Modified Files:
	libfuncs.tex 
Log Message:
Correct docs for long(float).


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** libfuncs.tex	2001/09/29 14:28:52	1.86
--- libfuncs.tex	2001/09/30 06:18:26	1.87
***************
*** 490,495 ****
    long integer or a floating point number, and a long integer with
    the same value is returned.    Conversion of floating
!   point numbers to integers is defined by the C semantics;
!   see the description of \function{int()}.
  \end{funcdesc}
  
--- 490,494 ----
    long integer or a floating point number, and a long integer with
    the same value is returned.    Conversion of floating
!   point numbers to integers truncates (towards zero).
  \end{funcdesc}