[Python-checkins] CVS: python/dist/src setup.py,1.72,1.73

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 17 Dec 2001 09:24:45 -0800


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

Modified Files:
	setup.py 
Log Message:
Update comments about mpz, pointing to gmpy and mxNumber rather than
to the non-existing pympz (did that ever exist?).


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** setup.py	2001/12/13 13:41:36	1.72
--- setup.py	2001/12/17 17:24:43	1.73
***************
*** 432,437 ****
          # This was originally written and tested against GMP 1.2 and 1.3.2.
          # It has been modified by Rob Hooft to work with 2.0.2 as well, but I
!         # haven't tested it recently.   For a more complete module,
!         # refer to pympz.sourceforge.net.
  
          # A compatible MP library unencumbered by the GPL also exists.  It was
--- 432,439 ----
          # This was originally written and tested against GMP 1.2 and 1.3.2.
          # It has been modified by Rob Hooft to work with 2.0.2 as well, but I
!         # haven't tested it recently, and it definitely doesn't work with
!         # GMP 4.0.  For more complete modules, refer to
!         # http://gmpy.sourceforge.net and
!         # http://www.egenix.com/files/python/mxNumber.html
  
          # A compatible MP library unencumbered by the GPL also exists.  It was