diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-23 14:36:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-23 14:36:05 (GMT) |
commit | 10d0f8fc40a9b4b0970ea8b14ddf4b38e67a4dcc (patch) | |
tree | 44ebbc9e93b1a6c745b86149353329d6a87c096c /Demo/tkinter/README | |
parent | f39ca24ebc2ea15c5d480e92ce2b16c274f799b1 (diff) | |
download | cpython-10d0f8fc40a9b4b0970ea8b14ddf4b38e67a4dcc.zip cpython-10d0f8fc40a9b4b0970ea8b14ddf4b38e67a4dcc.tar.gz cpython-10d0f8fc40a9b4b0970ea8b14ddf4b38e67a4dcc.tar.bz2 |
Renamed module tkinter to _tkinter
Diffstat (limited to 'Demo/tkinter/README')
-rw-r--r-- | Demo/tkinter/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/README b/Demo/tkinter/README index 257c95a..9fa7cb4 100644 --- a/Demo/tkinter/README +++ b/Demo/tkinter/README @@ -1,7 +1,7 @@ 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 +Tkinter and _tkinter, how to enable the Python Tk interface, and where to get Matt Conway's lifesaver document. Subdirectories: |