diff options
author | Guido van Rossum <guido@python.org> | 1995-08-10 14:21:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-08-10 14:21:49 (GMT) |
commit | 3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4 (patch) | |
tree | 14fe1c517711f7fc2431ffec1ad73a3ede99aed2 /Doc | |
parent | 0bbbea15e6675131412ee2af6ea62b07cd63c75e (diff) | |
download | cpython-3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4.zip cpython-3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4.tar.gz cpython-3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4.tar.bz2 |
clarify optional status
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmpz.tex | 10 | ||||
-rw-r--r-- | Doc/libmpz.tex | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index d274a03..46a2d47 100644 --- a/Doc/lib/libmpz.tex +++ b/Doc/lib/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. 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. |