summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-16 01:54:55 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-16 01:54:55 (GMT)
commit0c0b5305ae8712b8594bd512ce5a9699caf7d2b2 (patch)
tree5eaa865c8b716ad04923a2b4e3855eb1655f9ed5 /Doc
parentfc1a7ce985ea1f2bd888def7508049b52f34063a (diff)
downloadcpython-0c0b5305ae8712b8594bd512ce5a9699caf7d2b2.zip
cpython-0c0b5305ae8712b8594bd512ce5a9699caf7d2b2.tar.gz
cpython-0c0b5305ae8712b8594bd512ce5a9699caf7d2b2.tar.bz2
Mark the mpz module deprecated as of Python 2.2.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmpz.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libmpz.tex b/Doc/lib/libmpz.tex
index e19ee56..2366668 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.