0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib/lib-tk
Guido van Rossum 9580609ba3 Require _tkinter -- don't attempt to import tkinter when _tkinter does
not exist.  All 8 uses of tkinter are replaced with _tkinter.  Still
create a variable tkinter though, because that is used by other
modules importing Tkinter (e.g. tkinter.createfilehandler()).

Also added a comment to the 'import _tkinter' line saying that if this
fails, Python is not configured correctly.
1997-02-15 18:33:24 +00:00
..
Canvas.py Fix bogus implementation of Group.bind(). 1996-12-27 15:40:31 +00:00
Dialog.py
FileDialog.py Fix the following bug: 1997-01-03 23:39:26 +00:00
ScrolledText.py Put support for a cnf dictionary back in, since it is still supported 1997-02-12 16:49:57 +00:00
SimpleDialog.py
Tkconstants.py
Tkinter.py Require _tkinter -- don't attempt to import tkinter when _tkinter does 1997-02-15 18:33:24 +00:00