[issue23760] Tkinter in Python 3.4 on Windows don't post internal clipboard data to the Windows clipboard on exit

Jon Snoo report at bugs.python.org
Wed Nov 4 09:12:56 EST 2015


Jon Snoo added the comment:

I tested the code posted by Victor with Python 3.5 (which uses Tcl/Tk 8.6.4) and I still get an empty clipboard when the script exits.

I also downloaded ActiveState's Tcl binary which is also version 8.6.4, and tested the minimal reproducer posted by Serhiy with this

    wish issue23760.tcl

and it works i.e. I get "Result" in the system clipboard.

I don't really know what to make of this.

----------
nosy: +Jon Snoo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23760>
_______________________________________


More information about the Python-bugs-list mailing list