summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-07 09:50:55 +0000
committerGuido van Rossum <guido@python.org>1994-10-07 09:50:55 +0000
commit884657af490e79e8e4a3038b439af9713cb64bc8 (patch)
tree872bd9814c2c85b613090c35af95cc9efd993589
parentaa25386fc23a406f490378bc5d576cd6013b308f (diff)
downloadcpython-git-884657af490e79e8e4a3038b439af9713cb64bc8.tar.gz
Added Matt's examples
-rw-r--r--Demo/tkinter/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/tkinter/README b/Demo/tkinter/README
new file mode 100644
index 0000000000..7e72629eb2
--- /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".