]> granicus.if.org Git - python/commit
Avoid traceback in selection_own_get() when no Tk widget owns the
authorGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 23:22:03 +0000 (23:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 23:22:03 +0000 (23:22 +0000)
commit76f587b7f8d10372f0efc4be94239f3d73c92421
treeefd5e2369753342cca201c92dcf891de06099bc6
parentb7cf5bb1c2c16a39605a7aede18a2aff09054662
Avoid traceback in selection_own_get() when no Tk widget owns the
selection; return None instead.
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py