From: Fred Drake Date: Mon, 14 May 2001 16:04:22 +0000 (+0000) Subject: Make sure we include all of Python's numeric types in the data model X-Git-Tag: v2.2a3~1783 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3384d355567acc981c21c94cfce947317e5f8b4;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 adb619ac8996..984f76d40f0c 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]