commit | 5018db76aa433430e1bdb0826086df1c025a1f70 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Nov 01 22:39:14 2012 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Nov 01 22:39:14 2012 +0200 |
tree | 0d4c426e53eac287d2fa77c54230b8837b4a9bb7 | |
parent | 2c184c6d75bb60ec7f8f564a91b4ac55d4796da7 [diff] [blame] |
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu Patch by Todd Rovito.
diff --git a/Misc/NEWS b/Misc/NEWS index 139216f..da21101 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -130,6 +130,9 @@ 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.