Staging
v0.5.1
https://github.com/python/cpython
Revision 824f4f3cdcf304b39025e20b22b09fcbbceef43f authored by Jesse Noller on 02 September 2008, 19:12:20 UTC, committed by Jesse Noller on 02 September 2008, 19:12:20 UTC
1 parent 9f76e4f
Raw File
Tip revision: 824f4f3cdcf304b39025e20b22b09fcbbceef43f authored by Jesse Noller on 02 September 2008, 19:12:20 UTC
Merge r66115 forward to py3k, resolves issue3419
Tip revision: 824f4f3
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
back to top