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

Fred L. Drake fdrake@users.sourceforge.net
Sat, 15 Dec 2001 10:37:26 -0800


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

Modified Files:
	libmpz.tex 
Log Message:
Add link to the gmpy project.

Index: libmpz.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmpz.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libmpz.tex	1999/04/22 20:55:59	1.15
--- libmpz.tex	2001/12/15 18:37:24	1.16
***************
*** 97,98 ****
--- 97,106 ----
    otherwise \exception{ValueError} will be raised.
  \end{methoddesc}
+ 
+ 
+ \begin{seealso}
+   \seetitle[http://gmpy.sourceforge.net/]{General Multiprecision Python}{
+             This project is building new numeric types to allow
+             arbitrary-precision arithmetic in Python.  Their first
+             efforts are also based on the GNU MP library.}
+ \end{seealso}