[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.65,1.66

Fred L. Drake fdrake@users.sourceforge.net
Mon, 14 May 2001 09:04:24 -0700


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

Modified Files:
	ref3.tex 
Log Message:

Make sure we include all of Python's numeric types in the data model
description, so that the introduction of complex is not a surprise.

This closes SF bug #423429.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** ref3.tex	2001/04/20 16:50:40	1.65
--- ref3.tex	2001/05/14 16:04:22	1.66
***************
*** 160,164 ****
  \obindex{numeric}
  
! Python distinguishes between integers and floating point numbers:
  
  \begin{description}
--- 160,165 ----
  \obindex{numeric}
  
! Python distinguishes between integers, floating point numbers, and
! complex numbers:
  
  \begin{description}