[New-bugs-announce] [issue10406] IDLE 2.7 on OS X does not enable Rstrip extension by default
Ned Deily
report at bugs.python.org
Sat Nov 13 10:26:42 CET 2010
New submission from Ned Deily <nad at acm.org>:
r73001 for Issue5150 added the Rstrip extension to IDLE and modified the extensions configuration file, config-extensions.def, to enable it by default. For Python 2 OS X installs, however, the config-extensions.def file from Lib/idlelib is replaced by a tailored one from Mac/IDLE and the changes for Issue5101 are lost. The attached patch updates the Mac/IDLE version appropriately. Note, for Python 3 installs, this is not a problem as there is no longer a separate Mac-only copy of the file.
----------
assignee: ronaldoussoren
components: IDLE, Macintosh
messages: 121123
nosy: Bruce.Sherwood, kbk, ned.deily, ronaldoussoren, taleinat
priority: normal
severity: normal
stage: patch review
status: open
title: IDLE 2.7 on OS X does not enable Rstrip extension by default
type: performance
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10406>
_______________________________________
More information about the New-bugs-announce
mailing list