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 THRlWiTi
Recipients THRlWiTi
Date 2014-05-30.14:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401460839.49.0.839937941889.issue21612@psf.upfronthosting.co.za>
In-reply-to
Content
Currently users can open multiple instances of one file in IDLE. Sometimes this leads to confusion and may cause loss of data. I'm not aware of any benefits of this behavior and I think it's better to be prevented by IDLE.

Here are the steps to recreate the situation:
1. Create a file named "xyz.py"
2. Right-click on the file and open it with IDLE
3. Add some text
4. Goto 2.
5. Save and close both open IDLE windows.
(Your work on the first saved file will be lost.)
History
Date User Action Args
2014-05-30 14:40:39THRlWiTisetrecipients: + THRlWiTi
2014-05-30 14:40:39THRlWiTisetmessageid: <1401460839.49.0.839937941889.issue21612@psf.upfronthosting.co.za>
2014-05-30 14:40:39THRlWiTilinkissue21612 messages
2014-05-30 14:40:37THRlWiTicreate