This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Bruce.Sherwood, kbk, ned.deily, ronaldoussoren, taleinat
Date 2010-11-13.09:26:40
SpamBayes Score 1.806437e-05
Marked as misclassified No
Message-id <1289640402.26.0.448285710534.issue10406@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-13 09:26:42ned.deilysetrecipients: + ned.deily, kbk, ronaldoussoren, taleinat, Bruce.Sherwood
2010-11-13 09:26:42ned.deilysetmessageid: <1289640402.26.0.448285710534.issue10406@psf.upfronthosting.co.za>
2010-11-13 09:26:40ned.deilylinkissue10406 messages
2010-11-13 09:26:40ned.deilycreate