summaryrefslogtreecommitdiffstats
path: root/Doc/libmpz.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-08-10 14:21:49 (GMT)
committerGuido van Rossum <guido@python.org>1995-08-10 14:21:49 (GMT)
commit3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4 (patch)
tree14fe1c517711f7fc2431ffec1ad73a3ede99aed2 /Doc/libmpz.tex
parent0bbbea15e6675131412ee2af6ea62b07cd63c75e (diff)
downloadcpython-3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4.zip
cpython-3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4.tar.gz
cpython-3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4.tar.bz2
clarify optional status
Diffstat (limited to 'Doc/libmpz.tex')
-rw-r--r--Doc/libmpz.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/libmpz.tex b/Doc/libmpz.tex
index d274a03..46a2d47 100644
--- a/Doc/libmpz.tex
+++ b/Doc/libmpz.tex
@@ -1,9 +1,13 @@
\section{Built-in Module \sectcode{mpz}}
\bimodindex{mpz}
-This module implements the interface to part of the GNU MP library.
-This library contains arbitrary precision integer and rational number
-arithmetic routines. Only the interfaces to the \emph{integer}
+This is an optional module. It is only available when Python is
+configured to include it, which requires that the GNU MP software is
+installed.
+
+This module implements the interface to part of the GNU MP library,
+which defines arbitrary precision integer and rational number
+arithmetic routines. Only the interfaces to the \emph{integer}
(\samp{mpz_{\rm \ldots}}) routines are provided. If not stated
otherwise, the description in the GNU MP documentation can be applied.