diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-03 23:47:22 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-03 23:47:22 (GMT) |
commit | 84b9cbc79ac13fe8e05e1e5f9167faf002e0596e (patch) | |
tree | a190daeb9b2d84750386653790162872af1a5514 /Demo | |
parent | 65ff561b50c8f145bd5af3f462b834d820dc4db2 (diff) | |
download | cpython-84b9cbc79ac13fe8e05e1e5f9167faf002e0596e.zip cpython-84b9cbc79ac13fe8e05e1e5f9167faf002e0596e.tar.gz cpython-84b9cbc79ac13fe8e05e1e5f9167faf002e0596e.tar.bz2 |
Remove xmlrpc/ directory
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Demo/README b/Demo/README index 5e3d9e2..9d150d6 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). |