Staging
v0.5.1
https://github.com/python/cpython
Revision 33f9fa7f8c423e59db3137830f4b5aba5e7a3da2 authored by Fred Drake on 06 December 2001, 20:38:15 UTC, committed by Fred Drake on 06 December 2001, 20:38:15 UTC
1 parent 5c2f276
Raw File
Tip revision: 33f9fa7f8c423e59db3137830f4b5aba5e7a3da2 authored by Fred Drake on 06 December 2001, 20:38:15 UTC
Document that PyString_FromString() cannot take NULL as a parameter.
Tip revision: 33f9fa7
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