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 terry.reedy
Recipients Ben.thelen, jnoller, terry.reedy
Date 2011-10-21.22:00:33
SpamBayes Score 2.7206193e-05
Marked as misclassified No
Message-id <1319234437.69.0.826128670725.issue13220@psf.upfronthosting.co.za>
In-reply-to
Content
Try running without IDLE (double click, right-click run, Command Prompt window, or paste into interpreter window). IDLE runs code in a subprocess with stdout directed back to the IDLE process, so it occasionally affects otherwise legal and correct Python code.
History
Date User Action Args
2011-10-21 22:00:37terry.reedysetrecipients: + terry.reedy, jnoller, Ben.thelen
2011-10-21 22:00:37terry.reedysetmessageid: <1319234437.69.0.826128670725.issue13220@psf.upfronthosting.co.za>
2011-10-21 22:00:34terry.reedylinkissue13220 messages
2011-10-21 22:00:33terry.reedycreate