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 Ramchandra Apte
Recipients Ramchandra Apte
Date 2011-12-10.03:09:31
SpamBayes Score 0.09021332
Marked as misclassified No
Message-id <1323486572.25.0.465631438567.issue13571@psf.upfronthosting.co.za>
In-reply-to
Content
Automatically save files in IDLE's editor which are not saved to backup file(s) (perhaps in .idlerc) every minute.

If IDLE crashes, save all files that are not saved to backup file(s) and then re-raise the error (like a finally statement)

When IDLE detects a backup file make it prompt the user whether (s)he wants to move the backup file to the original file and also have a button to view the backup file and a button to view the original file (both the buttons are in the prompt).
History
Date User Action Args
2011-12-10 03:09:32Ramchandra Aptesetrecipients: + Ramchandra Apte
2011-12-10 03:09:32Ramchandra Aptesetmessageid: <1323486572.25.0.465631438567.issue13571@psf.upfronthosting.co.za>
2011-12-10 03:09:31Ramchandra Aptelinkissue13571 messages
2011-12-10 03:09:31Ramchandra Aptecreate