• Guido van Rossum's avatar
    Require _tkinter -- don't attempt to import tkinter when _tkinter does · 9580609b
    Guido van Rossum yazdı
    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.
    9580609b
Adı
Son kayıt (commit)
Son güncelleme
..
Canvas.py Loading commit data...
Dialog.py Loading commit data...
FileDialog.py Loading commit data...
ScrolledText.py Loading commit data...
SimpleDialog.py Loading commit data...
Tkconstants.py Loading commit data...
Tkinter.py Loading commit data...