New submission from Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to