summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-07-25 20:28:55 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2006-07-25 20:28:55 (GMT)
commit3075e16c516e3975b61e4356a6d64def9cc5110e (patch)
treeba37721454407b66ed0011ffb5e3855bbcbbd9c3 /Misc
parentbfbfe1f8b9b0cebd12570784bdbd2ae5c8d2876d (diff)
downloadcpython-3075e16c516e3975b61e4356a6d64def9cc5110e.zip
cpython-3075e16c516e3975b61e4356a6d64def9cc5110e.tar.gz
cpython-3075e16c516e3975b61e4356a6d64def9cc5110e.tar.bz2
Fix bug #1517990: IDLE keybindings on OSX
This adds a new key definition for OSX, which is slightly different from the classic mac definition. Also add NEWS item for a couple of bugfixes I added recently.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19e5c8f..f0f0276 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and builtins
new ``sys._current_frames()`` returns a dictionary with one entry,
mapping the faux "thread id" 0 to the current frame.
+- Bug #1525447: build on MacOS X on a case-sensitive filesystem.
+
+
Library
-------
@@ -68,6 +71,12 @@ Library
Also, whereas % values were decoded in all parameter continuations, they are
now only decoded in encoded parameter parts.
+- Bug #1517990: IDLE keybindings on MacOS X now work correctly
+
+- Bug #1517996: IDLE now longer shows the default Tk menu when a
+ path browser, class browser or debugger is the frontmost window on MacOS X
+
+
Extension Modules
-----------------