mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Forgot to remove no longer needed code since r68237
This commit is contained in:
parent
3a9b062f5b
commit
4baac0f913
1 changed files with 0 additions and 6 deletions
|
@ -49,12 +49,6 @@ READABLE = _tkinter.READABLE
|
|||
WRITABLE = _tkinter.WRITABLE
|
||||
EXCEPTION = _tkinter.EXCEPTION
|
||||
|
||||
# These are not always defined, e.g. not on Win32 with Tk 8.0 :-(
|
||||
try: _tkinter.createfilehandler
|
||||
except AttributeError: _tkinter.createfilehandler = None
|
||||
try: _tkinter.deletefilehandler
|
||||
except AttributeError: _tkinter.deletefilehandler = None
|
||||
|
||||
|
||||
def _flatten(seq):
|
||||
"""Internal function."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue