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 ajaksu2, amaury.forgeotdarc, gpolo, roger.serwy, skcheng, timium
Date 2011-12-14.02:35:12
SpamBayes Score 1.1800589e-08
Marked as misclassified No
Message-id <1323830114.4.0.472111408329.issue4625@psf.upfronthosting.co.za>
In-reply-to
Content
A quick test on Linux would be:
    chmod -w ~/.idlerc/recent-files.lst

IDLE will give a traceback and not start. This should not be a fatal error.

The provided patch will present an error dialog if the recent files list can not be written.
History
Date User Action Args
2011-12-14 02:35:14roger.serwysetrecipients: + roger.serwy, amaury.forgeotdarc, ajaksu2, gpolo, skcheng, timium
2011-12-14 02:35:14roger.serwysetmessageid: <1323830114.4.0.472111408329.issue4625@psf.upfronthosting.co.za>
2011-12-14 02:35:13roger.serwylinkissue4625 messages
2011-12-14 02:35:13roger.serwycreate