mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. |
||
|---|---|---|
| .. | ||
| Canvas.py | ||
| Dialog.py | ||
| FileDialog.py | ||
| FixTk.py | ||
| ScrolledText.py | ||
| SimpleDialog.py | ||
| tkColorChooser.py | ||
| tkCommonDialog.py | ||
| Tkconstants.py | ||
| Tkdnd.py | ||
| tkFileDialog.py | ||
| tkFont.py | ||
| Tkinter.py | ||
| tkMessageBox.py | ||
| tkSimpleDialog.py | ||
| turtle.py | ||