From: Guido van Rossum Date: Fri, 7 Oct 1994 09:57:59 +0000 (+0000) Subject: moved my examples to subdir guido X-Git-Tag: v1.1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46e4b07a8120ca0a09a03c7fceaa6f914acf47d5;p=thirdparty%2FPython%2Fcpython.git moved my examples to subdir guido --- diff --git a/Demo/tkinter/README b/Demo/tkinter/README index 7e72629eb2a5..0cb852860eac 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".