gh-84632: IDLE: fix clipboard being cleared upon exit by taleinat · Pull Request #26163 · python/cpython
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -1698,6 +1698,8 @@ def main(): | |||
| root.mainloop() | |||
| root.destroy() | |||
| capture_warnings(False) | |||
| import _tkinter | |||
terryjreedy
changed the title
bpo-40452: IDLE: fix clipboard being cleared upon exit
gh-84632: IDLE: fix clipboard being cleared upon exit