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.

classification
Title: a bug in IDLE on Python 2.3 i think
Type: Stage:
Components: IDLE Versions: Python 2.3
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: kbk Nosy List: caifas1800, kbk
Priority: low Keywords:

Created on 2003-08-17 18:18 by caifas1800, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (2)
msg17823 - (view) Author: Ricardo Nunes Cerqueira (caifas1800) Date: 2003-08-17 18:18
Hi, my name is Ricardo and i think there is a bug in
the new
release of Python 2.3. When i open a .py file with
IDLE(after
opening IDLE i open another .py file with it) the
second window
does not close after clicking the respective button,
only the first(when i click the first window of IDLE)
that has no code inserted, after trying to close the
group(2
windows) only the first (the first IDLE window with no code
inserted) closes leaving the other with code inserted open.
i'm using Python 2.3 on Windows XP under an Intel PIII
1000EB FC-PGA. What i described happens after i open
Python win then i open IDLE and then i open a .py file
with IDLE, and when i try to close the .py and i can't.
thanks
msg17824 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-09-05 23:51
Logged In: YES 
user_id=149084

Assuming that IDLE is configured to open a shell (the
default action), then opening a .py file and closing
that .py window works for me.

Assuming that IDLE is configured to open an edit window,
it comes up empty.  If you then open a .py, the empty
window is replaced with the whatever.py file and can be
closed.  Works for me.

Assuming you start python, and then in the interactive
window "import idle", the windows open and close correctly,
as far as I can tell.  I'm using XP / SP 1 / P4 2.4

Please provide (in short sentences) a precise recipe
to reproduce your problem.
History
Date User Action Args
2022-04-10 16:10:41adminsetgithub: 39080
2003-08-17 18:18:48caifas1800create