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.
This commit is contained in:
Ronald Oussoren 2010-12-07 16:13:17 +00:00
parent 8ec374cc93
commit 517858adb5
2 changed files with 8 additions and 0 deletions

View file

@ -86,3 +86,8 @@ bgcolor=LightGray
fgcolor=Black
[CodeContext_bindings]
toggle-code-context=
[RstripExtension]
enable=1
enable_shell=0
enable_editor=1