mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
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:
parent
8ec374cc93
commit
517858adb5
2 changed files with 8 additions and 0 deletions
|
@ -86,3 +86,8 @@ bgcolor=LightGray
|
||||||
fgcolor=Black
|
fgcolor=Black
|
||||||
[CodeContext_bindings]
|
[CodeContext_bindings]
|
||||||
toggle-code-context=
|
toggle-code-context=
|
||||||
|
|
||||||
|
[RstripExtension]
|
||||||
|
enable=1
|
||||||
|
enable_shell=0
|
||||||
|
enable_editor=1
|
||||||
|
|
|
@ -18,6 +18,9 @@ Library
|
||||||
|
|
||||||
- Issue #10107: Warn about unsaved files in IDLE on OSX.
|
- Issue #10107: Warn about unsaved files in IDLE on OSX.
|
||||||
|
|
||||||
|
- Issue #10406: Enable Rstrip IDLE extension on OSX (just like on other
|
||||||
|
platforms).
|
||||||
|
|
||||||
- Issue #10478: Reentrant calls inside buffered IO objects (for example by
|
- Issue #10478: Reentrant calls inside buffered IO objects (for example by
|
||||||
way of a signal handler) now raise a RuntimeError instead of freezing the
|
way of a signal handler) now raise a RuntimeError instead of freezing the
|
||||||
current process.
|
current process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue