[issue40452] Tkinter/IDLE: preserve clipboard on closure

Alex Writer report at bugs.python.org
Mon Dec 7 08:16:41 EST 2020


Alex Writer <alexwriter2003 at gmail.com> added the comment:

Testing with a minimal tkinter app (see code below) gives similar behavior, so this appears to be an issue with tkinter https://goo.gl/2DqXGj and/or tcl/tk.


import tkinter
text = tkinter.Text()

----------
nosy: +alexwriter2003

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


More information about the Python-bugs-list mailing list