]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Moved mpzpi.py to scripts subdirectory
authorGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 15:09:21 +0000 (15:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 15:09:21 +0000 (15:09 +0000)
Demo/README

index 035598ed6c95c40f9984fc4ad2dfb16fc55d7deb..b5bb34fe7f9d804fefe0764d871ed5d79c9ba65a 100644 (file)
@@ -17,9 +17,6 @@ lutz          Some demos written by Mark Lutz -- includes a nice
 
 md5test                Test program for the optional md5 module.
 
-mpzpi.py       Currently the only test for mpz -- print digits of pi
-               (compare scripts/pi.py).
-
 rpc            A set of classes for building clients and servers for
                Sun RPC.