diff options
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-01 22:41:19 +0200 |
|---|---|---|
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-01 22:41:19 +0200 |
| commit | d183767ca4786c00d84e284ad6c89fa3c154bad2 (patch) | |
| tree | 440aaee4761275b2cb3f2c169fa21da82377b6a5 /Misc | |
| parent | 5bb420761fc72f9a58461ff2c294c82fe990f0fa (diff) | |
| download | cpython-git-d183767ca4786c00d84e284ad6c89fa3c154bad2.tar.gz | |
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -143,6 +143,9 @@ Core and Builtins Library ------- +- Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu + Patch by Todd Rovito. + - Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. Patch by Serhiy Storchaka. |
