summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-02-22 12:48:21 (GMT)
committerGuido van Rossum <guido@python.org>1994-02-22 12:48:21 (GMT)
commit9f14863053676292d9ea1a3d0ae792c9c568fd1e (patch)
tree622b627079b8be6a1c09b094710cdf3f0388f915 /Demo
parent23acc9590c89d1e230ba6f8faaba55f7250a0b88 (diff)
downloadcpython-9f14863053676292d9ea1a3d0ae792c9c568fd1e.zip
cpython-9f14863053676292d9ea1a3d0ae792c9c568fd1e.tar.gz
cpython-9f14863053676292d9ea1a3d0ae792c9c568fd1e.tar.bz2
Added descriptions of lutz, mpzpi.py and stoffel
Diffstat (limited to 'Demo')
-rw-r--r--Demo/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/Demo/README b/Demo/README
index 8793fd7..035598e 100644
--- a/Demo/README
+++ b/Demo/README
@@ -12,8 +12,14 @@ ibrowse An Emacs info file browser (uses stdwin).
See also ../doc (the Python library documentation can
be converted to info format).
+lutz Some demos written by Mark Lutz -- includes a nice
+ enhanced Python shell!!!
+
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.
@@ -22,6 +28,8 @@ rsa An RSA public-key cryptosystem (needs mpz and md5).
scripts Some useful Python scripts that I put in my bin
directory. No optional built-in modules needed.
+stoffel Some games written by Stoffel Erasmus.
+
sockets Examples for the new built-in module 'socket'.
sgi Demos that only run on Silicon Graphics machines.