Staging
v0.5.1
https://github.com/python/cpython
Revision 257c772afa48301bc4c55b2bf5e2f5f9cec6e3c8 authored by Guido van Rossum on 14 August 1997, 19:33:06 UTC, committed by Guido van Rossum on 14 August 1997, 19:33:06 UTC
1 parent 0318bd6
Raw File
Tip revision: 257c772afa48301bc4c55b2bf5e2f5f9cec6e3c8 authored by Guido van Rossum on 14 August 1997, 19:33:06 UTC
Comment out use of reop.expand_escape and reop._expand until their
Tip revision: 257c772
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