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 SilentGhost
Recipients SilentGhost, victorywin
Date 2011-03-07.17:05:44
SpamBayes Score 0.017669456
Marked as misclassified No
Message-id <1299517547.0.0.860040632831.issue11433@psf.upfronthosting.co.za>
In-reply-to
Content
No this is not a bug. You're trying to execute two statements in one go in IDLE, which it doesn't support. You need to run your while loop as a single statement, then your print('Done').
History
Date User Action Args
2011-03-07 17:05:47SilentGhostsetrecipients: + SilentGhost, victorywin
2011-03-07 17:05:46SilentGhostsetmessageid: <1299517547.0.0.860040632831.issue11433@psf.upfronthosting.co.za>
2011-03-07 17:05:44SilentGhostlinkissue11433 messages
2011-03-07 17:05:44SilentGhostcreate