mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Mark the mpz module deprecated as of Python 2.2.
This commit is contained in:
parent
fc1a7ce985
commit
0c0b5305ae
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue