Mark the mpz module deprecated as of Python 2.2.

This commit is contained in:
Fred Drake 2001-12-16 01:54:55 +00:00
parent fc1a7ce985
commit 0c0b5305ae

View file

@ -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.