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 brian89
Recipients brian89, ned.deily, ronaldoussoren
Date 2009-08-04.21:56:58
SpamBayes Score 3.682313e-05
Marked as misclassified No
Message-id <1249423019.96.0.350646222708.issue6628@psf.upfronthosting.co.za>
In-reply-to
Content
I have Tcl/tk 8.4.7 installed.

To reproduce the hang on my machine:
open IDLE
new window
enter the following code:
  for i in range(10)
      print(i)
run module (saved as test.py)
interpreter complains (shell is still responsive at this point)
fix the code by adding the colon after the for loop
run module again (at this point, IDLE hangs)
While the top menu bar is responsive, all options are greyed out, and
apple-Q doesn't work. Force-quit is necessary to shut IDLE down. Also,
the force-quit menu doesn't show IDLE as being unresponsive, whereas
usually there will be a red alert for an unresponsive program.

Hope this helps
History
Date User Action Args
2009-08-04 21:57:00brian89setrecipients: + brian89, ronaldoussoren, ned.deily
2009-08-04 21:56:59brian89setmessageid: <1249423019.96.0.350646222708.issue6628@psf.upfronthosting.co.za>
2009-08-04 21:56:58brian89linkissue6628 messages
2009-08-04 21:56:58brian89create