From: Fred Drake Date: Mon, 14 May 2001 16:04:57 +0000 (+0000) Subject: Make sure we include all of Python's numeric types in the data model X-Git-Tag: v2.1.1c1~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=964aa1d5e6af7dd515494ef019e3f504367971a0;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 1f3afbf35716..963db9f95ad9 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -159,7 +159,8 @@ numbers are of course strongly related to mathematical numbers, but subject to the limitations of numerical representation in computers. \obindex{numeric} -Python distinguishes between integers and floating point numbers: +Python distinguishes between integers, floating point numbers, and +complex numbers: \begin{description} \item[Integers]