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.16:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405097894.21.0.415560290218.issue20577@psf.upfronthosting.co.za>
In-reply-to
Content
The awkwardness of the config design is that idlelib/config-xyz.def files are separate for each version and shared across users (and systems) while .idlerc/config-xyz.def files are separate for each user (account) and shared across versions on the same machine.  #20580 is about at least using the existing system-specific sections. Ned also suggested the possibility of version-specific systems. Version specific files are also possible: config-xyz-34.def. 

I am willing to also tell users in 2.8.9 and 3.4.2 to reset any custom formatwidth setting. But we need a way to *tell* users that, even for 3.5. I would like to replace the useless "Type "copyright", "credits" or "license()" for more information." with "See HELP/NEWS for information about changes in each release."
History
Date User Action Args
2014-07-11 16:58:14terry.reedysetrecipients: + terry.reedy, taleinat
2014-07-11 16:58:14terry.reedysetmessageid: <1405097894.21.0.415560290218.issue20577@psf.upfronthosting.co.za>
2014-07-11 16:58:14terry.reedylinkissue20577 messages
2014-07-11 16:58:13terry.reedycreate