]> 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:57 +0000 (16:04 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 May 2001 16:04:57 +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 1f3afbf35716ba0b907f0a28c845336645ec99ad..963db9f95ad93e4ca9ef013366ca25277885b389 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]