]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 68242 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 3 Jan 2009 22:17:59 +0000 (22:17 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 3 Jan 2009 22:17:59 +0000 (22:17 +0000)
svn+ssh://pythondev/python/branches/py3k

........
  r68242 | guilherme.polo | 2009-01-03 20:13:31 -0200 (Sat, 03 Jan 2009) | 2 lines

  Forgot to remove no longer needed code since r68237
........

Lib/tkinter/__init__.py

index 63cb895695d0867031400c2c7f8a15b6610a4f27..a6397ea701829b764be54074772d21c5af892a0d 100644 (file)
@@ -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."""