From: Guido van Rossum Date: Thu, 10 Aug 1995 14:21:49 +0000 (+0000) Subject: clarify optional status X-Git-Tag: v1.3b1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e43d8382c48d8c8d2e965b090cf48c6b8d3fdc4;p=thirdparty%2FPython%2Fcpython.git clarify optional status --- diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index d274a0389ae7..46a2d474dcb1 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 d274a0389ae7..46a2d474dcb1 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.