diff options
author | Guido van Rossum <guido@python.org> | 1994-10-07 09:57:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-07 09:57:59 (GMT) |
commit | 46e4b07a8120ca0a09a03c7fceaa6f914acf47d5 (patch) | |
tree | a826bcbd65885e2570ec8b68845845f9420cf02e /Demo/tkinter/README | |
parent | 35820f77e41a8a41a695e08c041eed5e2e2ff3ef (diff) | |
download | cpython-46e4b07a8120ca0a09a03c7fceaa6f914acf47d5.zip cpython-46e4b07a8120ca0a09a03c7fceaa6f914acf47d5.tar.gz cpython-46e4b07a8120ca0a09a03c7fceaa6f914acf47d5.tar.bz2 |
moved my examples to subdir guido
Diffstat (limited to 'Demo/tkinter/README')
-rw-r--r-- | Demo/tkinter/README | 3 |
1 files changed, 1 insertions, 2 deletions
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". |