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 roger.serwy
Recipients Ramchandra Apte, Rod.Nayfield, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-01-11.17:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357925171.82.0.962182831258.issue16829@psf.upfronthosting.co.za>
In-reply-to
Content
@Serhiy

IDLE places its default configuration files within the standard library. Any upgrade of Python can modify the contents of the standard library. Even if we do *nothing* to change Lib/idlelib/config-main.def, the next upgrade would overwrite an end users custom print command anyway.

Now, if the end-user changed ~/.idlerc/config-main.cfg instead to include the new "print-command-posix" entry then this patch will not change their custom setting.
History
Date User Action Args
2013-01-11 17:26:11roger.serwysetrecipients: + roger.serwy, terry.reedy, Ramchandra Apte, serhiy.storchaka, Rod.Nayfield
2013-01-11 17:26:11roger.serwysetmessageid: <1357925171.82.0.962182831258.issue16829@psf.upfronthosting.co.za>
2013-01-11 17:26:11roger.serwylinkissue16829 messages
2013-01-11 17:26:10roger.serwycreate