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 Jimbofbx
Recipients Jimbofbx
Date 2010-09-08.19:42:26
SpamBayes Score 2.3715802e-10
Marked as misclassified No
Message-id <1283974949.4.0.785258120567.issue9803@psf.upfronthosting.co.za>
In-reply-to
Content
I have multiple versions of python - 2.6.1 and 3.1.2. 2.6.1 is the primary install (i.e., right click on a file and "edit with IDLE" brings up 2.6), and was installed first. This issue occurs on 3.1.2, Windows XP 32-bit

If I highlight a breakpoint, run with the debugger, make a change, then save, IDLE will close all windows after saving without an error message. If I clear the breakpoint and then save, IDLE will not close. Reopening the file reveals that the save was successful. I do not need to actually be stopped at a highlighted breakpoint for this to occur (i.e. this will occur if I save at the beginning before the script has ran). If I run with 2.6.1 I do not see this issue. The save difference could be something simple, such as adding a space somewhere random.
History
Date User Action Args
2010-09-08 19:42:29Jimbofbxsetrecipients: + Jimbofbx
2010-09-08 19:42:29Jimbofbxsetmessageid: <1283974949.4.0.785258120567.issue9803@psf.upfronthosting.co.za>
2010-09-08 19:42:27Jimbofbxlinkissue9803 messages
2010-09-08 19:42:26Jimbofbxcreate