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 terry.reedy
Recipients terry.reedy
Date 2014-10-23.00:18:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414023493.97.0.227461422456.issue22707@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, some option changes take effect immediately, and some only when Idle is started again.  To the extent possible, options should take effect immediately, perhaps by not caching values outside of the config dictionary that records changes before they are written out.

Where immediately effect is not possible, there should be an indication. See #22705 for documenting extension options.
History
Date User Action Args
2014-10-23 00:18:13terry.reedysetrecipients: + terry.reedy
2014-10-23 00:18:13terry.reedysetmessageid: <1414023493.97.0.227461422456.issue22707@psf.upfronthosting.co.za>
2014-10-23 00:18:13terry.reedylinkissue22707 messages
2014-10-23 00:18:13terry.reedycreate