From: Fred Drake Date: Sun, 16 Dec 2001 01:54:55 +0000 (+0000) Subject: Mark the mpz module deprecated as of Python 2.2. X-Git-Tag: v2.2.1c1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c0b5305ae8712b8594bd512ce5a9699caf7d2b2;p=python Mark the mpz module deprecated as of Python 2.2. --- diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex index e19ee565b4..236666822c 100644 --- a/Doc/lib/libmpz.tex +++ b/Doc/lib/libmpz.tex @@ -6,6 +6,12 @@ precision arithmetic.} +\deprecated{2.2}{See the references at the end of this section for + information about packages which provide similar + functionality. This module will be removed in Python + 2.3.} + + 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.