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 f_scholder
Recipients
Date 2007-02-02.21:48:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A similar problem arises with WinXP when trying to configure IDLE via the "Options>Configure IDLE..." menu.

Clicking on the 'Ok' or 'Apply' buttons of the dialog seemingly has no effect. However when closing the window by clicking on either the window close button (top right 'X') or the 'Cancel' button, several bahaviors are observed depending on how many times one has clicked on the 'Ok' and/or 'Cancel' buttons before:
- 0 clicks => expected behavior (dialog is closed, IDLE session is resumed and working fine)
- 1 or 2 clicks => dialog is closed but the IDLE shell behaves as a text editor instead of an interpreter
- 3 or more clicks => IDLE crashes...

Note: I'm running Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32 -> WinXP SP2
History
Date User Action Args
2007-08-23 14:50:50adminlinkissue1621111 messages
2007-08-23 14:50:50admincreate