summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-11-01 20:44:06 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-11-01 20:44:06 (GMT)
commite2af5098295c97aae8802d8dc7c332bd75e6ab89 (patch)
treec6d5e954f7e6df92facd3902325ea9109dacb11a /Misc
parent129f57bc51c129babdb96e12ef1f0e0bc47aa582 (diff)
parentd183767ca4786c00d84e284ad6c89fa3c154bad2 (diff)
downloadcpython-e2af5098295c97aae8802d8dc7c332bd75e6ab89.zip
cpython-e2af5098295c97aae8802d8dc7c332bd75e6ab89.tar.gz
cpython-e2af5098295c97aae8802d8dc7c332bd75e6ab89.tar.bz2
Merge 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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a0ef886..618f34b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,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.