Staging
v0.5.1
https://github.com/python/cpython
Revision d9ba4cf1984e8e4504be629273ee6604aaebdb1f authored by Guido van Rossum on 15 January 2002, 22:19:12 UTC, committed by Guido van Rossum on 15 January 2002, 22:19:12 UTC
1 parent 114d11c
Raw File
Tip revision: d9ba4cf1984e8e4504be629273ee6604aaebdb1f authored by Guido van Rossum on 15 January 2002, 22:19:12 UTC
Bump version to 2.1.2 final.
Tip revision: d9ba4cf
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
www		a progressing sequence of www clients using Tk
back to top