Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8efd6ce

Browse files
committed
Update comments about mpz, pointing to gmpy and mxNumber rather than
to the non-existing pympz (did that ever exist?).
1 parent f884b74 commit 8efd6ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,10 @@ def detect_modules(self):
431431
# You need to ftp the GNU MP library.
432432
# This was originally written and tested against GMP 1.2 and 1.3.2.
433433
# It has been modified by Rob Hooft to work with 2.0.2 as well, but I
434-
# haven't tested it recently. For a more complete module,
435-
# refer to pympz.sourceforge.net.
434+
# haven't tested it recently, and it definitely doesn't work with
435+
# GMP 4.0. For more complete modules, refer to
436+
# http://gmpy.sourceforge.net and
437+
# http://www.egenix.com/files/python/mxNumber.html
436438

437439
# A compatible MP library unencumbered by the GPL also exists. It was
438440
# posted to comp.sources.misc in volume 40 and is widely available from

0 commit comments

Comments
 (0)