[Python-checkins] CVS: python/dist/src/Doc/lib libmpz.tex,1.17,1.18

Fred L. Drake fdrake@users.sourceforge.net
Sat, 15 Dec 2001 17:54:57 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv12607/lib

Modified Files:
	libmpz.tex 
Log Message:
Mark the mpz module deprecated as of Python 2.2.

Index: libmpz.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmpz.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libmpz.tex	2001/12/15 20:37:40	1.17
--- libmpz.tex	2001/12/16 01:54:55	1.18
***************
*** 7,10 ****
--- 7,16 ----
  
  
+ \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