summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-12-17 17:24:43 (GMT)
committerGuido van Rossum <guido@python.org>2001-12-17 17:24:43 (GMT)
commit8efd6ceecc2dfc8186e957ccdb6319f1c721672b (patch)
treecbd149558ea5c20500b596745ed7fc8914231488 /setup.py
parentf884b749103bad0724e2e4878cd5fe49a41bd7df (diff)
downloadcpython-8efd6ceecc2dfc8186e957ccdb6319f1c721672b.zip
cpython-8efd6ceecc2dfc8186e957ccdb6319f1c721672b.tar.gz
cpython-8efd6ceecc2dfc8186e957ccdb6319f1c721672b.tar.bz2
Update comments about mpz, pointing to gmpy and mxNumber rather than
to the non-existing pympz (did that ever exist?).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f529032..28a1a7c 100644
--- a/setup.py
+++ b/setup.py
@@ -431,8 +431,10 @@ class PyBuildExt(build_ext):
# You need to ftp the GNU MP library.
# 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.
+ # 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
# posted to comp.sources.misc in volume 40 and is widely available from