summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-19 15:09:21 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-19 15:09:21 (GMT)
commit5622ef3cbbb3066e5e42330572840bc78a349131 (patch)
treec45f5db18b3bccdabbec82b51ebb3a31fdba60bb /Demo
parent4040ed018eb7b5575d1b902930a38c00c2f51c50 (diff)
downloadcpython-5622ef3cbbb3066e5e42330572840bc78a349131.zip
cpython-5622ef3cbbb3066e5e42330572840bc78a349131.tar.gz
cpython-5622ef3cbbb3066e5e42330572840bc78a349131.tar.bz2
Moved mpzpi.py to scripts subdirectory
Diffstat (limited to 'Demo')
-rw-r--r--Demo/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/Demo/README b/Demo/README
index 035598e..b5bb34f 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.