Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b062 commit 4baac0fCopy full SHA for 4baac0f
1 file changed
Lib/tkinter/__init__.py
@@ -49,12 +49,6 @@
49
WRITABLE = _tkinter.WRITABLE
50
EXCEPTION = _tkinter.EXCEPTION
51
52
-# These are not always defined, e.g. not on Win32 with Tk 8.0 :-(
53
-try: _tkinter.createfilehandler
54
-except AttributeError: _tkinter.createfilehandler = None
55
-try: _tkinter.deletefilehandler
56
-except AttributeError: _tkinter.deletefilehandler = None
57
-
58
59
def _flatten(seq):
60
"""Internal function."""
0 commit comments