]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
clarify optional status
authorGuido van Rossum <guido@python.org>
Thu, 10 Aug 1995 14:21:49 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Aug 1995 14:21:49 +0000 (14:21 +0000)
Doc/lib/libmpz.tex
Doc/libmpz.tex

index d274a0389ae73af9072c32d9bf51653347c420dd..46a2d474dcb101cddbd864f0e7112d45b611ce47 100644 (file)
@@ -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.
 
index d274a0389ae73af9072c32d9bf51653347c420dd..46a2d474dcb101cddbd864f0e7112d45b611ce47 100644 (file)
@@ -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.