]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make sure we include all of Python's numeric types in the data model
authorFred Drake <fdrake@acm.org>
Mon, 14 May 2001 16:04:22 +0000 (16:04 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 May 2001 16:04:22 +0000 (16:04 +0000)
description, so that the introduction of complex is not a surprise.

This closes SF bug #423429.

Doc/ref/ref3.tex

index adb619ac8996529775e26c44fc3ed9c3711c4127..984f76d40f0c929e51724f4cf035e2ae0846bd46 100644 (file)
@@ -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]