summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-12-07 16:13:17 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2010-12-07 16:13:17 +0000
commit36e17af82935f8239ada86a8336c56337f05ffae (patch)
tree65be5a7f4519f95e1ec67cf2f9c0886e0141c438 /Mac
parent736b072e09aeb91f41e075f2307d80052cebbef1 (diff)
downloadcpython-36e17af82935f8239ada86a8336c56337f05ffae.tar.gz
Fix for issue #10406: enable Rstrip extension on OSX
Without this patch the Rstrip extension for IDLE is not enabled on OSX, while it is enabled on other platforms. Patch by Ned Deily.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/IDLE/config-extensions.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/IDLE/config-extensions.def b/Mac/IDLE/config-extensions.def
index c17f068e2d..1791b9c0ae 100644
--- a/Mac/IDLE/config-extensions.def
+++ b/Mac/IDLE/config-extensions.def
@@ -86,3 +86,8 @@ bgcolor=LightGray
fgcolor=Black
[CodeContext_bindings]
toggle-code-context=
+
+[RstripExtension]
+enable=1
+enable_shell=0
+enable_editor=1