[issue40452] Tkinter/IDLE: preserve clipboard on closure

Tal Einat report at bugs.python.org
Tue May 19 16:58:46 EDT 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

Indeed, adding a simple _tkinter.destroy() method which invokes Tcl_Finalize, and calling it in the Tk.destroy() method, makes copied text remain available after closing IDLE!

I did the above to test my hypothesis, but I'm not sure it would be a proper fix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40452>
_______________________________________


More information about the Python-bugs-list mailing list