summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-29 18:29:01 (GMT)
committerNed Deily <nad@acm.org>2011-01-29 18:29:01 (GMT)
commit70063937ec871a8c4884a359a94be1bbb737daf4 (patch)
tree447f1d61f17d3123bb64440e6c8ae12ca755901b /Misc
parent19e0a9e5111fc4ef16d6b51a61f099a18c0b3b20 (diff)
downloadcpython-70063937ec871a8c4884a359a94be1bbb737daf4.zip
cpython-70063937ec871a8c4884a359a94be1bbb737daf4.tar.gz
cpython-70063937ec871a8c4884a359a94be1bbb737daf4.tar.bz2
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
menu accelerators for Open Module, Go to Line, and New Indent Width. The accelerators still work but no longer appear in the menu items.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 51f5ac1..68445ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,10 @@ Core and Builtins
Library
-------
+- Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
+ menu accelerators for Open Module, Go to Line, and New Indent Width.
+ The accelerators still work but no longer appear in the menu items.
+
- Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
- Issue #11020: Command-line pyclbr was broken because of missing 2-to-3