Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4baac0f

Browse files
committed
Forgot to remove no longer needed code since r68237
1 parent 3a9b062 commit 4baac0f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Lib/tkinter/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
WRITABLE = _tkinter.WRITABLE
5050
EXCEPTION = _tkinter.EXCEPTION
5151

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-
5852

5953
def _flatten(seq):
6054
"""Internal function."""

0 commit comments

Comments
 (0)