gh-84632: IDLE: fix clipboard being cleared upon exit by taleinat · Pull Request #26163 · python/cpython

Conversation

taleinat

terryjreedy

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

serhiy-storchaka

@@ -1698,6 +1698,8 @@ def main():
root.mainloop()
root.destroy()
capture_warnings(False)
import _tkinter
Signed-off-by: Tal Einat <532281+taleinat@users.noreply.github.com>

@terryjreedy terryjreedy changed the title bpo-40452: IDLE: fix clipboard being cleared upon exit gh-84632: IDLE: fix clipboard being cleared upon exit

Sep 18, 2022