diff options
author | Guido van Rossum <guido@python.org> | 1996-08-19 23:06:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-19 23:06:45 (GMT) |
commit | 272841c4394f6ea095115d1ff6318c6e4e3103a6 (patch) | |
tree | b9465e768a7dc6f522157c226f548e43fe3ce73c /Modules/Setup.in | |
parent | 56b30ea664151de170666bd0fcc49206fc7ba5d4 (diff) | |
download | cpython-272841c4394f6ea095115d1ff6318c6e4e3103a6.zip cpython-272841c4394f6ea095115d1ff6318c6e4e3103a6.tar.gz cpython-272841c4394f6ea095115d1ff6318c6e4e3103a6.tar.bz2 |
Changes by Rob Hooft for GMP 2.0.2
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 3a200d7..aad9a30 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -175,10 +175,9 @@ md5 md5module.c md5c.c # The mpz module interfaces to the GNU Multiple Precision library. # You need to ftp the GNU MP library. # The GMP variable must point to the GMP source directory. -# This was originally written and tested against GMP 1.2. I have -# compiled it against GMP 1.3.2 (the latest I believe) and it seems to -# work OK, but I haven't tested it thoroughly (lacking knowledge about -# it). +# 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. # A compatible MP library unencombered by the GPL also exists. It was # posted to comp.sources.misc in volume 40 and is widely available from |