Staging
v0.8.1
Revision dab988dd23e6328dadfe8408cd96abf4b017380d authored by Raymond Hettinger on 09 October 2004, 07:10:44 UTC, committed by Raymond Hettinger on 09 October 2004, 07:10:44 UTC
Simplify internal calls and logic for _fix() and _fixexponents().
(Contributed by Facundo Batista.)
1 parent 7a8ce5a
Raw File
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