commit | 46e4b07a8120ca0a09a03c7fceaa6f914acf47d5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 07 09:57:59 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 07 09:57:59 1994 +0000 |
tree | a826bcbd65885e2570ec8b68845845f9420cf02e | |
parent | 35820f77e41a8a41a695e08c041eed5e2e2ff3ef [diff] |
moved my examples to subdir guido
diff --git a/Demo/tkinter/README b/Demo/tkinter/README index 7e72629..0cb8528 100644 --- a/Demo/tkinter/README +++ b/Demo/tkinter/README
@@ -1,3 +1,2 @@ -These are some random examples of using Tk with Python. - +The subdirectory "guido" contains my original example set. A more interesting and coherent collection is in the subdirectory "matt".