From: Guido van Rossum Date: Fri, 19 Aug 1994 15:09:21 +0000 (+0000) Subject: Moved mpzpi.py to scripts subdirectory X-Git-Tag: v1.1~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5622ef3cbbb3066e5e42330572840bc78a349131;p=thirdparty%2FPython%2Fcpython.git Moved mpzpi.py to scripts subdirectory --- diff --git a/Demo/README b/Demo/README index 035598ed6c95..b5bb34fe7f9d 100644 --- a/Demo/README +++ b/Demo/README @@ -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.