cpython/Demo/tkinter
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter:
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
2007-01-10 16:19:56 +00:00
..
guido SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
matt Remove apply() 2006-03-17 08:00:19 +00:00
README Remove reference to deleted 'www' directory. 2002-10-18 18:54:22 +00:00

README

Several collections of example code for Tkinter.

See the toplevel README for an explanation of the difference between
Tkinter and _tkinter, how to enable the Python Tk interface, and where
to get Matt Conway's lifesaver document.

Subdirectories:

guido		my original example set (fairly random collection)
matt		Matt Conway's examples, to go with his lifesaver document