From: Guido van Rossum Date: Fri, 7 Oct 1994 09:50:55 +0000 (+0000) Subject: Added Matt's examples X-Git-Tag: v1.1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=884657af490e79e8e4a3038b439af9713cb64bc8;p=thirdparty%2FPython%2Fcpython.git Added Matt's examples --- diff --git a/Demo/tkinter/README b/Demo/tkinter/README new file mode 100644 index 000000000000..7e72629eb2a5 --- /dev/null +++ b/Demo/tkinter/README @@ -0,0 +1,3 @@ +These are some random examples of using Tk with Python. + +A more interesting and coherent collection is in the subdirectory "matt".