]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added Matt's examples
authorGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 09:50:55 +0000 (09:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 09:50:55 +0000 (09:50 +0000)
Demo/tkinter/README [new file with mode: 0644]

diff --git a/Demo/tkinter/README b/Demo/tkinter/README
new file mode 100644 (file)
index 0000000..7e72629
--- /dev/null
@@ -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".