[issue21612] IDLE should should not open multiple instances of one file

irdb report at bugs.python.org
Fri May 30 16:40:39 CEST 2014


New submission from irdb:

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.)

----------
components: IDLE
messages: 219392
nosy: irdb
priority: normal
severity: normal
status: open
title: IDLE should should not open multiple instances of one file

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21612>
_______________________________________


More information about the Python-bugs-list mailing list