diff options
author | Guido van Rossum <guido@python.org> | 1996-10-11 14:49:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-11 14:49:19 (GMT) |
commit | c153d1273839cb3e0e69c2f6460cb099c8031d61 (patch) | |
tree | ba9ebf30bc6405b6f9b7278b3f2a255104197c77 /Demo/README | |
parent | a58d89eec4ac8be87d120e76952195e282eb5ef6 (diff) | |
download | cpython-c153d1273839cb3e0e69c2f6460cb099c8031d61.zip cpython-c153d1273839cb3e0e69c2f6460cb099c8031d61.tar.gz cpython-c153d1273839cb3e0e69c2f6460cb099c8031d61.tar.bz2 |
Got rid of almost totally obsolete Demo/www subdir.
Diffstat (limited to 'Demo/README')
-rw-r--r-- | Demo/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demo/README b/Demo/README index 4fd095a..a11588c 100644 --- a/Demo/README +++ b/Demo/README @@ -46,8 +46,6 @@ threads Demos that use the 'thread' module. (Currently these tkinter Demos using the Tk interface (including Matt Conway's excellent set of demos). -www An old, abandoned collection of WWW utilities. - --Guido van Rossum, CWI, Amsterdam <mailto:Guido.van.Rossum@cwi.nl> <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html> |