Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f884b74 commit 8efd6ceCopy full SHA for 8efd6ce
1 file changed
setup.py
@@ -431,8 +431,10 @@ def detect_modules(self):
431
# You need to ftp the GNU MP library.
432
# This was originally written and tested against GMP 1.2 and 1.3.2.
433
# 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.
+ # haven't tested it recently, and it definitely doesn't work with
+ # GMP 4.0. For more complete modules, refer to
436
+ # http://gmpy.sourceforge.net and
437
+ # http://www.egenix.com/files/python/mxNumber.html
438
439
# A compatible MP library unencumbered by the GPL also exists. It was
440
# posted to comp.sources.misc in volume 40 and is widely available from
0 commit comments