summaryrefslogtreecommitdiff
path: root/Demo/README
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-03 23:47:22 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-06-03 23:47:22 +0000
commit589c288f6a067be600bacf7a47e792c2c7b9f400 (patch)
tree8e36ae3b03bdb65f70c7dbca2a784572b02b6594 /Demo/README
parent6c3e161fd8c716c76921e0f9f4836a7e9ca7a3cf (diff)
downloadcpython-589c288f6a067be600bacf7a47e792c2c7b9f400.tar.gz
Remove xmlrpc/ directory
Diffstat (limited to 'Demo/README')
-rw-r--r--Demo/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/Demo/README b/Demo/README
index 5e3d9e2fb3..9d150d6829 100644
--- a/Demo/README
+++ b/Demo/README
@@ -57,8 +57,5 @@ tkinter Demos using the Tk interface (including Matt Conway's
xml Some XML demos.
-xmlrpc XML-RPC server framework (but see the standard library
- module SimpleXMLRPCServer.py for a replacement).
-
zlib Some demos for the zlib module (see also the standard
library module gzip.py).