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 taleinat, terry.reedy
Date 2014-07-11.02:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405046001.29.0.848772822194.issue20577@psf.upfronthosting.co.za>
In-reply-to
Content
Ned's comments on #20580,  msg222714,  reminded me that while each idlelib has its own set of default config files, one set of user files is shared across all installed versions of idle. So we have to be careful about what we do. With this patch, 3.4.2, for instance, could not read the user setting set with 3.4.1. And a setting written by 3.4.2 could not be read by 2.7.8. While I think that is tolerable, let's hold off on this until it is both needed and tested a bit more.
History
Date User Action Args
2014-07-11 02:33:21terry.reedysetrecipients: + terry.reedy, taleinat
2014-07-11 02:33:21terry.reedysetmessageid: <1405046001.29.0.848772822194.issue20577@psf.upfronthosting.co.za>
2014-07-11 02:33:21terry.reedylinkissue20577 messages
2014-07-11 02:33:20terry.reedycreate