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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 08 Jun 2001 09:28:55 -0700


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

Modified Files:
	tut.tex 
Log Message:

Added credits in the right places.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -r1.137 -r1.138
*** tut.tex	2001/06/08 16:24:58	1.137
--- tut.tex	2001/06/08 16:28:53	1.138
***************
*** 4088,4091 ****
--- 4088,4092 ----
  \chapter{Floating Point Arithmetic:  Issues and Limitations
           \label{fp-issues}}
+ \sectionauthor{Tim Peters}{tim_one@msn.com}
  
  Floating-point numbers are represented in computer hardware as
***************
*** 4253,4256 ****
--- 4254,4258 ----
  \section{Representation Error
           \label{fp-error}}
+ \sectionauthor{Guido van Rossum}{guido@python.org}
  
  This section explains the ``0.1'' example in detail, and shows how